projects
/
profile
/
mobile
/
apps
/
native
/
gallery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb08634
)
[TSAM-11664] updating popup text on media update
63/106563/1
author
Rahul Dadhich
<r.dadhich@samsung.com>
Thu, 15 Dec 2016 11:52:53 +0000
(17:22 +0530)
committer
bhutani.92
<bhutani.92@samsung.com>
Thu, 22 Dec 2016 05:18:34 +0000
(10:48 +0530)
Change-Id: If1fec61656a0b70f45933d8aaad77e6d746e7da9
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>
src/features/gl-thumbs.c
patch
|
blob
|
history
diff --git
a/src/features/gl-thumbs.c
b/src/features/gl-thumbs.c
index 97b8ef681a1f48fe60747493f95c7fbf9d7c6b89..07879269862c41d841db7eb5ca2943f8b758f1aa 100644
(file)
--- a/
src/features/gl-thumbs.c
+++ b/
src/features/gl-thumbs.c
@@
-1586,6
+1586,14
@@
int _gl_thumbs_update_items(void *data)
gl_dbg("updating genlist");
_gl_update_copy_move_popup(data);
}
+ } else {
+ if (ad->popupinfo.popup) {
+ evas_object_del(ad->popupinfo.popup);
+ ad->popupinfo.popup = NULL;
+ _gl_popup_create_del(data, GL_POPUP_DEL_FILE,
+ _gl_data_selected_list_count,
+ gl_del_medias, data);
+ }
}
}