From fc7c46c2d955099743a6aba500495b3549287eb8 Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Fri, 9 Mar 2012 15:30:10 +0900 Subject: [PATCH] [ctxpopup] fix build error which is from fixing merge --- src/lib/elc_ctxpopup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/elc_ctxpopup.c b/src/lib/elc_ctxpopup.c index cebba29..2104eda 100644 --- a/src/lib/elc_ctxpopup.c +++ b/src/lib/elc_ctxpopup.c @@ -635,6 +635,7 @@ _compress_item(Evas_Object *obj) EINA_LIST_FOREACH(wd->items, elist, item) { edje_object_signal_emit(item->base.view, "elm,state,compress", "elm"); + } } static void -- 2.7.4