elementary/toolbar : can_focus should be set as EINA_TRUE.
authorwoohyun <woohyun@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 29 Mar 2012 06:41:23 +0000 (06:41 +0000)
committerWooHyun Jung <wh0705.jung@samsung.com>
Fri, 30 Mar 2012 00:14:47 +0000 (09:14 +0900)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69719 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_toolbar.c

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