Reslove PLM issue:P130611-4387,The picture item not response when cilck the item.
[apps/home/settings.git] / setting-storage / src / setting-storage-main.c
old mode 100755 (executable)
new mode 100644 (file)
index 1393275..e1e33d9
@@ -544,6 +544,10 @@ static void __setting_storage_main_Gendial_mouse_up_cb(void *data, Evas_Object *
                if (!safeStrCmp(SETTING_STORAGE_DEFAULT_STORAGE_STR, list_item->keyStr)) {
                        setting_view_change(&setting_view_storage_main,
                                            &setting_view_storage_default_storage, ad);
+               } else if (!safeStrCmp(SETTING_STORAGE_PICS_STR, list_item->keyStr)) {
+                       __setting_storage_main_app_launch("org.tizen.gallery");
+               } else if (!safeStrCmp(SETTING_STORAGE_AUDIO_STR, list_item->keyStr)) {
+                       __setting_storage_main_app_launch("org.tizen.music-player");
                } else if (!safeStrCmp(SETTING_STORAGE_MISCES_STR, list_item->keyStr)) {
                        setting_view_change(&setting_view_storage_main,
                                            &setting_view_storage_miscellaneous_files, ad);