projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
914043d
)
edje: fix color class broken by b543f4c896d9.
author
Davide Andreoli
<dave@gurumeditation.it>
Tue, 2 Aug 2016 23:53:51 +0000
(16:53 -0700)
committer
Cedric Bail
<cedric@osg.samsung.com>
Tue, 2 Aug 2016 23:54:33 +0000
(16:54 -0700)
T4270
Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
src/lib/edje/edje_util.c
patch
|
blob
|
history
diff --git
a/src/lib/edje/edje_util.c
b/src/lib/edje/edje_util.c
index
3a4291b
..
3335e12
100644
(file)
--- 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))