Enable a menu, Default storage of Installed Applications 62/85962/1 submit/tizen/20160831.044926
authorkiso.chang <kiso.chang@samsung.com>
Tue, 30 Aug 2016 02:04:42 +0000 (11:04 +0900)
committerkiso.chang <kiso.chang@samsung.com>
Tue, 30 Aug 2016 02:08:16 +0000 (11:08 +0900)
- Enable a item of Installed Applications in Def storage

Change-Id: I692ae4569a4374cbcaa4caa495b34f5c99d56d2b
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
setting-storage/src/setting-storage-default.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 88c710a..a7f8d7a
@@ -378,10 +378,10 @@ static int storage_default_create(void *data)
        }
 #endif
 
-#if 0
+
        /*Install application */
-       grp_title = STORAGE_STR_INSTALLED_APP_H;
-       item_title = STORAGE_STR_INSTALLED_APP_B;
+       const char *grp_title = STORAGE_STR_INSTALLED_APP_H;
+       const char *item_title = STORAGE_STR_INSTALLED_APP_B;
 
        setting_create_Gendial_field_titleItem(genlist, &itc_group_item,
                        grp_title,
@@ -403,7 +403,6 @@ static int storage_default_create(void *data)
 
        ADD_GL_HELP(genlist, STORAGE_STR_APP_LOC_NOTICE);
 
-#endif
 
        ret = vconf_notify_key_changed(storage_MMC_stat,
                        storage_default_mmc_changed_cb, ad);