naviframe: Fix to add SIG_ITEM_ACTIVATED in smart callbacks.

This commit fixes commit 3a0eb75bda.
This commit is contained in:
Jaehyun Cho 2016-10-07 17:54:55 +09:00
parent 3a0eb75bda
commit db0378911a
1 changed files with 1 additions and 0 deletions

View 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}
};