Change-Id: If7744b90a5ed9794a243416de7a418dc80c70195
Signed-off-by: Chandan <ch.kumar@samsung.com>
elm_gengrid_realized_items_update(ugd->thumbs_d->gengrid);
- ugd->thumbs_d->tot_selected = 0;
/*Update Title*/
elm_naviframe_item_title_enabled_set(ugd->nf_it, EINA_TRUE, EINA_FALSE);
text = g_strdup_printf(pd_selected, ugd->thumbs_d->tot_selected);
int x, y, w, h;
int ret;
elm_scroller_region_get(obj, &x, &y, &w, &h);
+ if (ugd->thumbs_d) {
+ ugd->thumbs_d->tot_selected = 0;
+ }
app_control_h app_control = NULL;
ret = app_control_create(&app_control);