elementary/toolbar : toolbar should be focusable as default.

SVN revision: 69714
This commit is contained in:
WooHyun Jung 2012-03-29 05:21:07 +00:00
parent 3aedb36a88
commit e7f4dd3945
1 changed files with 0 additions and 1 deletions

View File

@ -1232,7 +1232,6 @@ 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_FALSE);
wd->more_item = NULL;
wd->selected_item = NULL;