From: Shinwoo Kim Date: Mon, 23 May 2011 05:32:21 +0000 (+0900) Subject: [popup] change to focusable widget X-Git-Tag: REL_I9200_20110603-1~23^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5500abe5ff12a018e4db0ccc8d972b1caf119677;p=framework%2Fuifw%2Felementary.git [popup] change to focusable widget Change-Id: Id96f4d7cc520f0c1c1e82c68b32a155daa254ef8 --- diff --git a/src/lib/elm_popup.c b/src/lib/elm_popup.c index 0f688bc..204e35a 100644 --- a/src/lib/elm_popup.c +++ b/src/lib/elm_popup.c @@ -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);