projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a0eb75
)
naviframe: Fix to add SIG_ITEM_ACTIVATED in smart callbacks.
author
Jaehyun Cho
<jae_hyun.cho@samsung.com>
Fri, 7 Oct 2016 08:54:55 +0000
(17:54 +0900)
committer
Jaehyun Cho
<jae_hyun.cho@samsung.com>
Fri, 7 Oct 2016 08:54:55 +0000
(17:54 +0900)
This commit fixes commit
3a0eb75bda1bd9274e4c9de1b6ce9143b24cfc80
.
src/lib/elementary/elc_naviframe.c
patch
|
blob
|
history
diff --git
a/src/lib/elementary/elc_naviframe.c
b/src/lib/elementary/elc_naviframe.c
index
3592c9a
..
8b1fe8c
100644
(file)
--- a/
src/lib/elementary/elc_naviframe.c
+++ b/
src/lib/elementary/elc_naviframe.c
@@
-40,6
+40,7
@@
static const Evas_Smart_Cb_Description _smart_callbacks[] = {
{SIG_WIDGET_ACCESS_CHANGED, ""}, /**< handled by elm_widget */
{SIG_LAYOUT_FOCUSED, ""}, /**< handled by elm_layout */
{SIG_LAYOUT_UNFOCUSED, ""}, /**< handled by elm_layout */
+ {SIG_ITEM_ACTIVATED, ""},
{NULL, NULL}
};