From 7c01254ba79afcca4d02b16fd2841819c6acf2b4 Mon Sep 17 00:00:00 2001 From: Davide Andreoli Date: Tue, 2 Aug 2016 16:53:51 -0700 Subject: [PATCH] edje: fix color class broken by b543f4c896d9. T4270 Signed-off-by: Cedric Bail --- src/lib/edje/edje_util.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/edje/edje_util.c b/src/lib/edje/edje_util.c index 3a4291bcea..3335e12085 100644 --- a/src/lib/edje/edje_util.c +++ b/src/lib/edje/edje_util.c @@ -815,6 +815,9 @@ _edje_object_global_color_class_set(Eo_Class *klass EINA_UNUSED, void *pd EINA_U Eina_Bool int_ret; Eina_Bool need_update = EINA_FALSE; + if (!_edje_color_class_hash) + _edje_color_class_hash = eina_hash_string_superfast_new(NULL); + int_ret = _edje_color_class_set_internal(_edje_color_class_hash, color_class, mode, r, g, b, a, &need_update); if ((int_ret) && (need_update))