Removing space in app name - Fix for TC-1404 25/27325/1 submit/tizen_ivi/20140911.180109
authorBrian Jones <brian.j.jones@intel.com>
Wed, 10 Sep 2014 23:28:38 +0000 (16:28 -0700)
committerBrian Jones <brian.j.jones@intel.com>
Wed, 10 Sep 2014 23:28:51 +0000 (16:28 -0700)
Change-Id: I14070e1e06ce5cae9ba312a518fcb9e1a88d2c51

config.xml
packaging/modello-appmanager.changes

index e918f42..add20ef 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://com.intel.tizen/store" version="0.5.0" viewmodes="fullscreen">
-       <name>Modello AppManager</name>
+       <name>ModelloAppManager</name>
        <tizen:application id="Modello003.AppManager" package="Modello003" required_version="2.1"/>
     <feature name="http://tizen.org/feature/network.wifi"/>
     <feature name="http://tizen.org/feature/network.telephony"/>
index 3fd3592..86ac586 100644 (file)
@@ -1,3 +1,6 @@
+* Wed Sep 10 2014 Brian Jones <brian.j.jones@intel.com> submit/tizen_ivi/20140819.215754-1-g59c6738
+- Removing space in app name - Fix for TC-1404
+
 * Tue Aug 19 2014 Brian Jones <brian.j.jones@intel.com> accepted/tizen/ivi/20140807.053836-1-g373017f
 - Matching config.xml icon name to the one in the .wgt file