Merge "custom eail widget implementation" into tizen
[platform/core/uifw/eail.git] / eail / eail_naviframe.c
index e598aea..f7a44c6 100644 (file)
@@ -87,7 +87,7 @@ eail_naviframe_action_click(AtkAction *action, void *data)
 
    widget = eail_widget_get_widget(EAIL_WIDGET(naviframe));
    it = elm_naviframe_top_item_get(widget);
-   if (!elm_naviframe_item_title_visible_get(it)) return FALSE;
+   if (!elm_naviframe_item_title_enabled_get(it)) return FALSE;
 
    target = elm_object_item_widget_get(it);
    if (!target) return FALSE;