summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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