From ea3bdd1e540f8950513cea3eb2727686ca8ea37b Mon Sep 17 00:00:00 2001 From: hermet Date: Mon, 12 Sep 2011 09:23:38 +0000 Subject: [PATCH] elementary/ctxpopup - fixed indent. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@63346 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elc_ctxpopup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elc_ctxpopup.c b/src/lib/elc_ctxpopup.c index ac144ae..383759e 100644 --- a/src/lib/elc_ctxpopup.c +++ b/src/lib/elc_ctxpopup.c @@ -1343,7 +1343,7 @@ elm_ctxpopup_item_del(Elm_Object_Item *it) if (!wd) return; if (ctxpopup_it->icon) - evas_object_del(ctxpopup_it->icon); + evas_object_del(ctxpopup_it->icon); if (ctxpopup_it->base.view) evas_object_del(ctxpopup_it->base.view); -- 2.7.4