From: ChunEon Park Date: Thu, 31 Mar 2011 03:09:27 +0000 (+0000) Subject: elementary/ctxpopup - removed unuseful line. X-Git-Tag: v1.0.0~3240 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b7c88fd6edaa61c22f313fa8d19ad0662c3f5bc;p=platform%2Fupstream%2Felementary.git elementary/ctxpopup - removed unuseful line. SVN revision: 58219 --- diff --git a/src/lib/elc_ctxpopup.c b/src/lib/elc_ctxpopup.c index 23c50b1..73fcd9e 100644 --- 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;