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:
887afd1
)
[TSAM-11761] retaining th efocus by sending signal
65/106565/1
author
Rahul Dadhich
<r.dadhich@samsung.com>
Mon, 19 Dec 2016 05:53:53 +0000
(11:23 +0530)
committer
bhutani.92
<bhutani.92@samsung.com>
Thu, 22 Dec 2016 05:18:34 +0000
(10:48 +0530)
Change-Id: Iaae371b5b5878eb7daa6710ffa035447b467d9dd
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
0787926
..
698552f
100644
(file)
--- a/
src/features/gl-thumbs.c
+++ b/
src/features/gl-thumbs.c
@@
-257,6
+257,9
@@
static void __gl_thumbs_check_changed(void *data, Evas_Object * obj,
elm_object_item_signal_emit(gitem->album->item,
"elm,state,elm.text.badge,visible",
"elm");
+ elm_object_item_signal_emit(gitem->album->item,
+ "elm,state,focused",
+ "elm");
snprintf(buf, sizeof(buf), "%d", album_select_count);
} else {
elm_object_item_signal_emit(gitem->album->item,