[TSAM-1905] Corrected the select logic. 30/65830/1 accepted/tizen/mobile/20160413.123257 submit/tizen_mobile/20160413.115745
authorRahul Dadhich <r.dadhich@samsung.com>
Wed, 13 Apr 2016 08:23:44 +0000 (13:53 +0530)
committerRahul Dadhich <r.dadhich@samsung.com>
Wed, 13 Apr 2016 08:23:44 +0000 (13:53 +0530)
Change-Id: Ic7b22ed42c3dd1c42254eee8f65eef6e7fb0090d
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>
src/view/ge-albums.c

index c46bbb3..d2fea89 100644 (file)
@@ -1213,6 +1213,8 @@ __ge_launch_ug_gallery(void *data, Evas_Object *obj, void *ei)
        char maximum_count [10];
        snprintf(maximum_count, 10, "%d", ugd->max_count);
 
+       elm_gengrid_item_selected_set(ei, EINA_FALSE);
+
        app_control_h svc_handle = NULL;
 
        if (!app_control_create(&svc_handle)) {