edje_cc_handlers: font field in new text_class should be NULL at the begining
authorVitalii Vorobiov <vi.vorobiov@samsung.com>
Tue, 23 Feb 2016 11:35:48 +0000 (11:35 +0000)
committerVitalii Vorobiov <vi.vorobiov@samsung.com>
Tue, 23 Feb 2016 11:35:48 +0000 (11:35 +0000)
@fix

src/bin/edje/edje_cc_handlers.c

index fcaad2e..549577d 100644 (file)
@@ -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;
 }