elementary/ctxpopup - removed unuseful line.
authorChunEon Park <hermet@hermet.pe.kr>
Thu, 31 Mar 2011 03:09:27 +0000 (03:09 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Thu, 31 Mar 2011 03:09:27 +0000 (03:09 +0000)
SVN revision: 58219

src/lib/elc_ctxpopup.c

index 23c50b1..73fcd9e 100644 (file)
@@ -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;