Changed UG-Gallery App Name 90/70590/1 accepted/tizen/mobile/20160520.005125 submit/tizen_mobile/20160519.154510
authorChandan <ch.kumar@samsung.com>
Thu, 19 May 2016 15:47:35 +0000 (21:17 +0530)
committerChandan <ch.kumar@samsung.com>
Thu, 19 May 2016 15:47:35 +0000 (21:17 +0530)
Change-Id: I5cf753d8db408d60251264acbe7a4e724b9e8368
Signed-off-by: Chandan <ch.kumar@samsung.com>
src/view/ge-albums.c

index 52e21b9ede34f11c898481c2c54183f395220f68..9edbf840ac92c6cc2d8b1113ad29be7421da4e8e 100644 (file)
@@ -1220,7 +1220,7 @@ __ge_launch_ug_gallery(void *data, Evas_Object *obj, void *ei)
        if (!app_control_create(&svc_handle)) {
                app_control_set_operation(svc_handle, APP_CONTROL_OPERATION_PICK);
                app_control_set_launch_mode(svc_handle, APP_CONTROL_LAUNCH_MODE_GROUP);
-               app_control_set_app_id(svc_handle,  "ug-gallery-efl");
+               app_control_set_app_id(svc_handle,  "org.tizen.ug-gallery-efl");
                app_control_set_mime(svc_handle, "image/*");
                app_control_add_extra_data(svc_handle, APP_CONTROL_DATA_TOTAL_COUNT, maximum_count);
                app_control_add_extra_data(svc_handle, "launch-type", "select-multiple");