diff options
author | Tom Hacohen <tom@stosb.com> | 2012-10-29 23:01:11 +0000 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2012-10-29 23:01:11 +0000 |
commit | d33cf9b871ced2e973187304895449f4e0d06cb6 (patch) | |
tree | f31cbdf1ee1da596904dd80a97c483efbfa39911 /legacy/evas/src | |
parent | a47a0809e381d3d71ccdf21023c147fa9c9f2e18 (diff) |
Evas textblock: This time really fix the init.
SVN revision: 78629
Diffstat (limited to 'legacy/evas/src')
-rw-r--r-- | legacy/evas/src/lib/canvas/evas_object_textblock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/legacy/evas/src/lib/canvas/evas_object_textblock.c b/legacy/evas/src/lib/canvas/evas_object_textblock.c index 14b4fb63c8..cf4db8d508 100644 --- a/legacy/evas/src/lib/canvas/evas_object_textblock.c +++ b/legacy/evas/src/lib/canvas/evas_object_textblock.c | |||
@@ -9531,7 +9531,6 @@ evas_object_textblock_init(Evas_Object *eo_obj) | |||
9531 | 9531 | ||
9532 | o->cursor->obj = eo_obj; | 9532 | o->cursor->obj = eo_obj; |
9533 | o->cursor->node = o->text_nodes = _evas_textblock_node_text_new(); | 9533 | o->cursor->node = o->text_nodes = _evas_textblock_node_text_new(); |
9534 | evas_object_textblock_text_markup_set(eo_obj, ""); | ||
9535 | 9534 | ||
9536 | o->legacy_newline = EINA_TRUE; | 9535 | o->legacy_newline = EINA_TRUE; |
9537 | evas_object_event_callback_priority_add(eo_obj, EVAS_CALLBACK_RESIZE, -1000, | 9536 | evas_object_event_callback_priority_add(eo_obj, EVAS_CALLBACK_RESIZE, -1000, |