From: tiago Date: Fri, 5 Mar 2010 18:22:17 +0000 (+0000) Subject: Reverting the previous commit, dont fix properly. X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~1386 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea8f6141e47b31615056b037acf6e22f46bb9de0;p=profile%2Fivi%2Fedje.git Reverting the previous commit, dont fix properly. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@46894 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_calc.c b/src/lib/edje_calc.c index a7db75b..0274ae2 100644 --- a/src/lib/edje_calc.c +++ b/src/lib/edje_calc.c @@ -1329,7 +1329,7 @@ _edje_part_recalc_single(Edje *ed, _edje_part_recalc_single_fill(ep, desc, params, flags); /* colors */ - if (desc->color_class) + if ((desc->color_class) && (*desc->color_class)) cc = _edje_color_class_find(ed, desc->color_class); if (cc)