Remove an unused vconfkey
authorJin Yoon <jinny.yoon@samsung.com>
Tue, 23 Apr 2013 01:28:52 +0000 (10:28 +0900)
committerJin Yoon <jinny.yoon@samsung.com>
Tue, 23 Apr 2013 01:28:52 +0000 (10:28 +0900)
data/org.tizen.menu-screen.xml.in
debian/org.tizen.menu-screen.postinst
packaging/org.tizen.menu-screen.spec

index 8b78ff6b6d0a882c27bb0c14b700c9216e6b9edc..1edc0cc716d45191d3f55dd706661ce87200c1ee 100755 (executable)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns="http://tizen.org/ns/packages" package="@PACKAGE_NAME@" version="1.0.37" install-location="internal-only">
+<manifest xmlns="http://tizen.org/ns/packages" package="@PACKAGE_NAME@" version="1.0.38" install-location="internal-only">
        <label>Simple Menu-screen</label>
        <author email="jinny.yoon@samsung.com" href="www.samsung.com">Jin Yoon</author>
        <author email="yjoo93.park@samsung.com" href="www.samsung.com">Youngjoo Park</author>
index f13190231916523e089bc4ca482704532075ef63..ef33c15a315dc4b247633f15947535ac98c17906 100644 (file)
@@ -6,7 +6,6 @@ init_vconf()
 {
        vconftool set -t int memory/idle-screen/top 0 -i -u 5000 -f
        vconftool set -t string file/private/org.tizen.menu-screen/engine "gl" -i -u 5000 -f
-       vconftool set -t int memory/menu-screen/is_menu_screen_done 0 -i -f
        vconftool set -t string db/setting/menuscreen/package_name "org.tizen.menu-screen" -i -u 5000 -f
 }
 
index 1844308178056518d6e28fc05beb225e03b91ea4..162523623381ae9a0509e1ac44d81f1884d67341 100644 (file)
@@ -16,7 +16,7 @@
 
 Name:       org.tizen.menu-screen
 Summary:    An utility library of the menu screen
-Version:    1.0.37
+Version:    1.0.38
 Release:    1.1
 Group:      TO_BE/FILLED_IN
 License:    Flora Software License
@@ -86,7 +86,6 @@ init_vconf()
 {
        vconftool set -t int memory/idle-screen/top 0 -i -u 5000 -f
        vconftool set -t string file/private/org.tizen.menu-screen/engine "gl" -i -u 5000 -f
-       vconftool set -t int memory/menu-screen/is_menu_screen_done 0 -i -f
        vconftool set -t string db/setting/menuscreen/package_name "org.tizen.menu-screen" -i -u 5000 -f
 }
 init_vconf