projects
/
profile
/
iot
/
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:
1d4a204
)
[JIRA-1905] Force close due to unexpected Operation
43/242643/2
submit/tizen/20200828.113221
author
allu.k
<allu.k@samsung.com>
Fri, 28 Aug 2020 10:58:01 +0000
(16:28 +0530)
committer
allu.k
<allu.k@samsung.com>
Fri, 28 Aug 2020 11:00:10 +0000
(16:30 +0530)
Change-Id: I19012d059968deb9bb2dc21aeaa132c5e22aabc3
src/widget/gl-popup.c
patch
|
blob
|
history
diff --git
a/src/widget/gl-popup.c
b/src/widget/gl-popup.c
index 6a60facf6938a29aa2f2722d8ec15459c1f903fd..7325f72db62b27d51ef86725b768dbbe8f033a07 100755
(executable)
--- a/
src/widget/gl-popup.c
+++ b/
src/widget/gl-popup.c
@@
-26,6
+26,7
@@
#include "gl-ctxpopup.h"
#include "gl-thumbs.h"
#include "gl-timeline.h"
+#include "gl-thumbs-edit.h"
enum gl_popup_obj_del_cb_type {
GL_POPUP_OBJ_DEL_CB_TYPE_ITEM,
@@
-979,6
+980,7
@@
void _gl_time_view_selected_cb(void *data, Evas_Object * obj,
}
if (ad->gridinfo.nf_it) {
_gl_thumbs_destroy_view(ad,true);
+ _gl_thumbs_edit_pop_view(ad);
}
_gl_ctrl_show_view(data, "Timeline");
gl_dbg("EXIT");