[popup] change to focusable widget
authorShinwoo Kim <cinoo.kim@samsung.com>
Mon, 23 May 2011 05:32:21 +0000 (14:32 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Mon, 23 May 2011 05:32:21 +0000 (14:32 +0900)
Change-Id: Id96f4d7cc520f0c1c1e82c68b32a155daa254ef8

src/lib/elm_popup.c

index 0f688bc..204e35a 100644 (file)
@@ -356,7 +356,6 @@ elm_popup_add(Evas_Object *parent)
    ELM_WIDGET_STANDARD_SETUP(wd, Widget_Data, parent, e, obj, NULL);
    ELM_SET_WIDTYPE(widtype, "popup");
    elm_widget_type_set(obj, widtype);
-   elm_widget_can_focus_set(obj, EINA_FALSE);
    elm_widget_sub_object_add(parent, obj);
    elm_widget_data_set(obj, wd);
    elm_widget_del_pre_hook_set(obj, _del_pre_hook);