elementary/ctxpopup - fixed indent.

SVN revision: 63346
This commit is contained in:
ChunEon Park 2011-09-12 09:23:38 +00:00
parent 7f1e65c3d9
commit 933097314a
1 changed files with 1 additions and 1 deletions

View File

@ -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);