elementary/elm_bubble : Fix a bug. Should return EINA_FALSE when no

content exists.


SVN revision: 70904
This commit is contained in:
WooHyun Jung 2012-05-10 07:21:26 +00:00
parent 87e7198049
commit 9c04507771
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ _elm_bubble_smart_focus_direction(const Evas_Object *obj,
content = elm_layout_content_get(obj, NULL);
if (content) return EINA_FALSE;
if (!content) return EINA_FALSE;
/* Try Focus cycle in subitem */
return elm_widget_focus_direction_get