Hover is already list parent.

SVN revision: 55429
This commit is contained in:
Otávio Pontes 2010-12-09 18:04:25 +00:00
parent 50a452b75e
commit 5d00a5ae75
1 changed files with 0 additions and 1 deletions

View File

@ -412,7 +412,6 @@ elm_ctxpopup_add(Evas_Object *parent)
evas_object_event_callback_add(obj, EVAS_CALLBACK_HIDE, _ctxpopup_hide,
NULL);
elm_widget_sub_object_add(obj, wd->list);
elm_widget_sub_object_add(obj, wd->hover);
elm_widget_sub_object_add(obj, wd->target);
evas_object_smart_callbacks_descriptions_set(obj, _signals);