elementary/toolbar : can_focus should be set as EINA_TRUE.

SVN revision: 69719
This commit is contained in:
WooHyun Jung 2012-03-29 06:41:23 +00:00
parent 033c4fbe20
commit ff7dbb7a73
1 changed files with 1 additions and 0 deletions

View File

@ -1232,6 +1232,7 @@ elm_toolbar_add(Evas_Object *parent)
elm_widget_del_hook_set(obj, _del_hook);
elm_widget_theme_hook_set(obj, _theme_hook);
elm_widget_translate_hook_set(obj, _translate_hook);
elm_widget_can_focus_set(obj, EINA_TRUE);
wd->more_item = NULL;
wd->selected_item = NULL;