[PACKAGE UPLOAD] VERSION 0.0.54
authorEunmi Son <eunmi.son@samsung.com>
Tue, 22 Jan 2013 16:05:47 +0000 (20:05 +0400)
committerEunmi Son <eunmi.son@samsung.com>
Tue, 22 Jan 2013 16:06:23 +0000 (20:06 +0400)
Fix the lockup issue when app name is clicked.

Change-Id: I26a44a3697effa3b97f3160071d2ad43e82507f4

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

index 392da27..626c258 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:          ug-setting-manage-applications-efl
 Summary:       Manage Application package
-Version:       0.0.53
+Version:       0.0.54
 Release:       0
 Group:         Applications/System
 License:       Flora Software License
index bc30252..a47b34a 100755 (executable)
@@ -30,6 +30,7 @@
 #define STR_VIEWTYPE                           "viewtype"
 #define STR_MANAGE_APPLICATIONS                "manage-applications"
 
+#define EDC_FILE                                       EDJDIR"/ug-setting-manage-applications-efl/ug-setting-manage-applications-efl.edj"
 
 static void *on_create(ui_gadget_h ug, enum ug_mode mode, service_h service, void *priv)
 {
@@ -117,6 +118,8 @@ static void *on_create(ui_gadget_h ug, enum ug_mode mode, service_h service, voi
                break;
        }
 
+       elm_theme_extension_add(NULL, EDC_FILE);
+
        if (arg && !strncmp(arg, STR_MANAGE_APPLICATIONS, strlen(STR_MANAGE_APPLICATIONS))) {
                mgrapp_view_list_create((void*)ugd);
        } else {
index d651e1a..4393816 100755 (executable)
@@ -35,8 +35,6 @@
 #define RPM_PREFIX                                     "rpm"
 #define TPK_PREFIX                                     "tpk"
 
-#define EDC_FILE                                       EDJDIR"/ug-setting-manage-applications-efl/ug-setting-manage-applications-efl.edj"
-
 #define UG_NAME_MIDLET_INFO_EFL        "midlet-info-efl"
 #define UG_NAME_WEBAPP_INFO_EFL                "webapp-detail-efl"
 #define UG_PARAM_KEY_PKG_NAME          "pkg_name"
@@ -1235,7 +1233,6 @@ void mgrapp_view_info_create(char *appid, void *data)
 
        _get_app_info_from_pkgmgr(appid, _app_info);
 
-       elm_theme_extension_add(NULL, EDC_FILE);
        _genlist = _create_genlist_app_info(ugd->navi_bar, (void*)ugd);
 
        /* back button */