naviframe: Fix to add SIG_ITEM_ACTIVATED in smart callbacks.
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Fri, 7 Oct 2016 08:54:55 +0000 (17:54 +0900)
committerJaehyun 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

index 3592c9a..8b1fe8c 100644 (file)
@@ -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}
 };