[layout][access] access object on a layout could not be a child of the layout eventhough it is a child actually, because the access object could not be swallowed.

This commit is contained in:
Shinwoo Kim 2013-03-18 17:55:09 +09:00
parent 965a66fa32
commit 82053ab780
1 changed files with 2 additions and 2 deletions

View File

@ -397,14 +397,14 @@ _elm_layout_smart_focus_next(Eo *obj, void *_pd, va_list *list)
Elm_Layout_Smart_Data *sd = _pd;
if (!sd->subs) return;
if ((items = elm_widget_focus_custom_chain_get(obj)))
list_data_get = eina_list_data_get;
else
{
items = sd->subs;
list_data_get = _elm_layout_list_data_get;
if (!items) return;
}
int_ret = elm_widget_focus_list_next_get