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:
1df4430
)
elementary/ctxpopup - removed unuseful line.
author
ChunEon Park
<hermet@hermet.pe.kr>
Thu, 31 Mar 2011 03:09:27 +0000
(
03:09
+0000)
committer
ChunEon Park
<hermet@hermet.pe.kr>
Thu, 31 Mar 2011 03:09:27 +0000
(
03:09
+0000)
SVN revision: 58219
src/lib/elc_ctxpopup.c
patch
|
blob
|
history
diff --git
a/src/lib/elc_ctxpopup.c
b/src/lib/elc_ctxpopup.c
index 23c50b132b29d25c92654559f28157be268004a7..73fcd9e42a9d3ab4a3288c8a5f7659ad60c86d34 100644
(file)
--- a/
src/lib/elc_ctxpopup.c
+++ b/
src/lib/elc_ctxpopup.c
@@
-811,10
+811,7
@@
static void
_item_icon_set(Elm_Ctxpopup_Item *item, Evas_Object *icon)
{
if (item->icon)
- {
- elm_widget_sub_object_del(item->base.view, item->icon);
- evas_object_del(item->icon);
- }
+ evas_object_del(item->icon);
item->icon = icon;
if (!icon) return;