furrymyad pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=499e66ac78797a23100f051ada325cb1193644ac

commit 499e66ac78797a23100f051ada325cb1193644ac
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Tue Feb 23 11:35:48 2016 +0000

    edje_cc_handlers: font field in new text_class should be NULL at the 
begining
    
    @fix
---
 src/bin/edje/edje_cc_handlers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c
index fcaad2e..549577d 100644
--- a/src/bin/edje/edje_cc_handlers.c
+++ b/src/bin/edje/edje_cc_handlers.c
@@ -3038,7 +3038,7 @@ ob_text_class(void)
    tc = mem_alloc(SZ(Edje_Text_Class));
    edje_file->text_classes = eina_list_append(edje_file->text_classes, tc);
 
-   tc->font = "";
+   tc->font = NULL;
    tc->size = 0;
 }
 

-- 


Reply via email to