fix showing home screen after popup off, fix failed to install pkg
authorjc815.lee <jc815.lee@samsung.com>
Thu, 18 Apr 2013 08:36:26 +0000 (17:36 +0900)
committerjc815.lee <jc815.lee@samsung.com>
Thu, 18 Apr 2013 08:36:26 +0000 (17:36 +0900)
Change-Id: I77779b1acefbbabed89313078347ddce582d8d4e
Signed-off-by: jc815.lee <jc815.lee@samsung.com>
packaging/privacy-manager.spec
privacy-popup/privacy-popup.c

index 8724e42..030615a 100755 (executable)
@@ -78,7 +78,13 @@ The Privacy Manager API provides functions to get/set information about privacy
 %package -n tizenprv00.privacy-popup
 Summary:  Privacy Popup
 Group:    TO_BE/FILLED_IN
-Requires(post):   /sbin/ldconfig
+Requires(post): /sbin/ldconfig
+Requires(post): org.tizen.indicator
+Requires(post): isf
+Requires(post): org.tizen.setting
+Requires(post): system-server
+#Requires(post): svi-data
+Requires(post): ail
 Requires(postun): /sbin/ldconfig
 BuildRequires: cmake
 BuildRequires: gettext-tools
index 026a7cd..a420cf6 100644 (file)
@@ -104,8 +104,8 @@ static void destroy_cb(ui_gadget_h ug, void *priv) {
     if (!ug || !priv)
         return;
 
-       ug_destroy(ug);
-       destroy_privacy_popup();
+       //ug_destroy(ug);
+       //destroy_privacy_popup();
 }
 
 ui_gadget_h create_ug(appdata *data) {