summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Jones <brian.j.jones@intel.com>2014-08-19 13:38:12 -0700
committerBrian Jones <brian.j.jones@intel.com>2014-08-19 13:38:26 -0700
commitca736df169a33e30e7bdb2a7b37307a67d3d7ba7 (patch)
treea4141392da0c509fce905cfef8005a24476c63fb
parent92a931692a8075a18c430a096a0f084435d656e6 (diff)
downloadModello_SDL-ca736df169a33e30e7bdb2a7b37307a67d3d7ba7.tar.gz
Modello_SDL-ca736df169a33e30e7bdb2a7b37307a67d3d7ba7.tar.bz2
Modello_SDL-ca736df169a33e30e7bdb2a7b37307a67d3d7ba7.zip
Matching config.xml icon name to the one in the .wgt filesubmit/tizen_ivi/20140819.215851accepted/tizen/ivi/20140820.105040
Change-Id: If1004482e8573510b63df10fa316d58d751f6b21
-rw-r--r--config.xml2
-rw-r--r--packaging/modello-sdl.changes3
2 files changed, 4 insertions, 1 deletions
diff --git a/config.xml b/config.xml
index aebee8d..bd13ef6 100644
--- a/config.xml
+++ b/config.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" version="0.5.0" viewmodes="fullscreen" id="http://com.ford.tizen/smartdevicelink">
- <icon src="icon.png"/>
+ <icon src="SmartDeviceLink_icon.png"/>
<name>Modello SmartDeviceLink</name>
<tizen:application id="Modello010.SDL" package="Modello010" required_version="2.1"/>
<feature name="http://tizen.org/api/bluetooth" required="true"/>
diff --git a/packaging/modello-sdl.changes b/packaging/modello-sdl.changes
index ad09fdd..546dc7a 100644
--- a/packaging/modello-sdl.changes
+++ b/packaging/modello-sdl.changes
@@ -1,3 +1,6 @@
+* Tue Aug 19 2014 Brian Jones <brian.j.jones@intel.com> accepted/tizen/ivi/20140807.053941-1-gc1691b9
+- Matching config.xml icon name to the one in the .wgt file
+
* Wed Aug 06 2014 Brian Jones <brian.j.jones@intel.com> accepted/tizen/ivi/20140614.104104-1-g22ec0f1
- Updating manifest to use xwalk_version instead of version - TC-1465