Reverting the previous commit, dont fix properly.

SVN revision: 46894
This commit is contained in:
Tiago Rezende Campos Falcao 2010-03-05 18:22:17 +00:00
parent 2571227fc4
commit d51e56f5a7
1 changed files with 1 additions and 1 deletions

View File

@ -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)