From ffe46b8c42cbe9add9a0086c95f63bdad25dd8a9 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Thu, 10 Mar 2011 05:58:31 +0000 Subject: [PATCH] elementary/ctxpopup - fixed tailing whitespace. SVN revision: 57652 --- 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 5281423..156e99e 100644 --- a/src/lib/elc_ctxpopup.c +++ b/src/lib/elc_ctxpopup.c @@ -559,7 +559,7 @@ _sizing_eval(Evas_Object *obj) //resize scroller according to final size. if (!wd->content) - evas_object_smart_calculate(wd->scr); + evas_object_smart_calculate(wd->scr); evas_object_move(wd->base, rect.x, rect.y); evas_object_resize(wd->base, rect.w, rect.h); -- 2.7.4