From 0047b37732f6c94907837239f83a37328e348bad Mon Sep 17 00:00:00 2001 From: Gustavo Lima Chaves Date: Tue, 17 Jul 2012 18:45:39 +0000 Subject: [PATCH] [elm] Repeated call now gone. SVN revision: 74020 --- src/lib/elm_spinner.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/elm_spinner.c b/src/lib/elm_spinner.c index d7dcf78..81f6061 100644 --- a/src/lib/elm_spinner.c +++ b/src/lib/elm_spinner.c @@ -615,8 +615,6 @@ elm_spinner_add(Evas_Object *parent) if (!elm_widget_sub_object_add(parent, obj)) ERR("could not add %p as sub object of %p", obj, parent); - elm_layout_sizing_eval(obj); - return obj; } -- 2.7.4