cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=7c01254ba79afcca4d02b16fd2841819c6acf2b4

commit 7c01254ba79afcca4d02b16fd2841819c6acf2b4
Author: Davide Andreoli <[email protected]>
Date:   Tue Aug 2 16:53:51 2016 -0700

    edje: fix color class broken by b543f4c896d9.
    
    T4270
    
    Signed-off-by: Cedric Bail <[email protected]>
---
 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 3a4291b..3335e12 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))

-- 


Reply via email to