Edje entry: Make sure we append at the end.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 30 May 2011 12:02:54 +0000 (12:02 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 30 May 2011 12:02:54 +0000 (12:02 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@59810 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_entry.c

index 316c5f3..b8e9894 100644 (file)
@@ -2053,6 +2053,7 @@ _edje_entry_text_markup_append(Edje_Real_Part *rp, const char *text)
    if (!en) return;
    end_cur = evas_object_textblock_cursor_new(rp->object);
    evas_textblock_cursor_paragraph_last(end_cur);
+   evas_textblock_cursor_char_next(end_cur);
 
    _text_filter_markup_prepend(en, end_cur, text);
    evas_textblock_cursor_free(end_cur);