Reslove PLM issue:P130611-4387,The picture item not response when cilck the item.
authorPing Deng <ping.deng@samsung.com>
Tue, 25 Jun 2013 08:21:42 +0000 (16:21 +0800)
committerPing Deng <ping.deng@samsung.com>
Tue, 25 Jun 2013 08:21:42 +0000 (16:21 +0800)
setting-storage/src/setting-storage-main.c [changed mode: 0755->0644]

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);