From c2b3dcf8e971605d96c1a86ef1e72b4b135f748b Mon Sep 17 00:00:00 2001 From: Dongxing Liu Date: Thu, 12 Jun 2014 15:14:27 +0800 Subject: [PATCH] Modello_SDL: Fix a bug that running fails to Emulator; version up The '#' character of the image file name cannot be recognized by the current Emulator with wrt web runtime. So rename the image file to fix this bug. Change-Id: I73df2e31e2b8f495c6a8d06a6d45170266d57299 Signed-off-by: Dongxing Liu --- package/changelog | 4 ++++ package/pkginfo.manifest | 2 +- .../{g#439 tmc generic.png => g_439_tmc_generic.png} | Bin 3 files changed, 5 insertions(+), 1 deletion(-) rename samples/web/Sample/Tizen/Web App/Modello_SDL/project/images/settings/trafficPreferences_ico/{g#439 tmc generic.png => g_439_tmc_generic.png} (100%) diff --git a/package/changelog b/package/changelog index 8cf8665..86b8981 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,7 @@ +* 3.0.13 +* Modello_SDL: Fix a bug that running fails to Emulator +== Dongxing Liu 2014-06-12 + * 3.0.12 - Add Modello web sample applications == Dongxing Liu 2014-06-05 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 6feaf81..5622772 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:3.0.12 +Version:3.0.13 Maintainer: Ziv Chang Package:ivi-3.0-web-sample diff --git a/samples/web/Sample/Tizen/Web App/Modello_SDL/project/images/settings/trafficPreferences_ico/g#439 tmc generic.png b/samples/web/Sample/Tizen/Web App/Modello_SDL/project/images/settings/trafficPreferences_ico/g_439_tmc_generic.png similarity index 100% rename from samples/web/Sample/Tizen/Web App/Modello_SDL/project/images/settings/trafficPreferences_ico/g#439 tmc generic.png rename to samples/web/Sample/Tizen/Web App/Modello_SDL/project/images/settings/trafficPreferences_ico/g_439_tmc_generic.png -- 2.7.4