projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1758718
)
Hover is already list parent.
author
Otávio Pontes
<otavio@profusion.mobi>
Thu, 9 Dec 2010 18:04:25 +0000
(18:04 +0000)
committer
Otávio Pontes
<otavio@profusion.mobi>
Thu, 9 Dec 2010 18:04:25 +0000
(18:04 +0000)
SVN revision: 55429
src/lib/elc_ctxpopup.c
patch
|
blob
|
history
diff --git
a/src/lib/elc_ctxpopup.c
b/src/lib/elc_ctxpopup.c
index 782058d210a0a87d8c11c48a8659f0804b9a06ee..5a3ccf1dcc231c41b45057dd40ad84cc23d30816 100644
(file)
--- a/
src/lib/elc_ctxpopup.c
+++ b/
src/lib/elc_ctxpopup.c
@@
-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);