proxy_textblock: update api call.
authorHermet Park <hermetpark@gmail.com>
Tue, 24 Dec 2019 05:33:58 +0000 (14:33 +0900)
committerHermet Park <hermetpark@gmail.com>
Tue, 24 Dec 2019 09:04:33 +0000 (18:04 +0900)
Change-Id: Idb5bad47b8ad7cb49d1d806d0b256d2bcd295ce7

src/bin/proxy_textblock.c

index 165c843..c9a3e60 100644 (file)
@@ -46,7 +46,7 @@ static void _setup(void)
           "nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in "
           "culpa qui officia deserunt mollit anim id est laborum."
         );
-        efl_text_normal_color_set(o, 0, 0, 0, 255);
+        efl_text_color_set(o, 0, 0, 0, 255);
         efl_gfx_entity_size_set(o, EINA_SIZE2D(480, 160));
         efl_gfx_entity_visible_set(o, EINA_TRUE);