[PACKAGE UPLOAD] VERSION 0.0.54
[apps/core/preloaded/ug-setting-manage-applications-efl.git] / ug / src / mgr-app-uigadget.c
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 {