elementary/ctxpopup - fixed indent.
authorChunEon Park <hermet@hermet.pe.kr>
Mon, 12 Sep 2011 09:23:38 +0000 (09:23 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Mon, 12 Sep 2011 09:23:38 +0000 (09:23 +0000)
SVN revision: 63346

src/lib/elc_ctxpopup.c

index ac144ae..383759e 100644 (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);