elementary/toolbar : toolbar should be focusable as default.
authorwoohyun <woohyun@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 29 Mar 2012 05:21:07 +0000 (05:21 +0000)
committerWooHyun Jung <wh0705.jung@samsung.com>
Fri, 30 Mar 2012 00:14:31 +0000 (09:14 +0900)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69714 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_toolbar.c

index b83e5ec..bd2e094 100644 (file)
@@ -1241,7 +1241,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;