[PACKAGE UPLOAD] VERSION 0.0.57
authorEunmi Son <eunmi.son@samsung.com>
Tue, 22 Jan 2013 22:09:59 +0000 (02:09 +0400)
committerEunmi Son <eunmi.son@samsung.com>
Tue, 22 Jan 2013 22:10:22 +0000 (02:10 +0400)
Fix the prevent issue

Change-Id: I685581072be3c4ef38b29aefc6e1abe0c5a0fec5

packaging/ug-setting-manage-applications-efl.spec
ug/src/mgr-app-view-app-list.c

index 1b21a65..927d01c 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:          ug-setting-manage-applications-efl
 Summary:       Manage Application package
-Version:       0.0.56
+Version:       0.0.57
 Release:       0
 Group:         Applications/System
 License:       Flora Software License
index 8cbaf3f..e44f34e 100755 (executable)
@@ -798,9 +798,7 @@ int mgrapp_view_listen_cb(int req_id, const char *pkg_type, const char *pkg_name
        }
 
        MGR_APP_END();
-       /* the return value occured infinite loop */
-       /* package manager example has no return value */
-       // return 1;
+       return 0;
 }
 
 static char *_convert_char_to_string(char ch)