From: tasn Date: Mon, 30 May 2011 12:02:54 +0000 (+0000) Subject: Edje entry: Make sure we append at the end. X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~779 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e4ec3b6b4d8a12625a37ef4db92e45e27e3b86e;p=profile%2Fivi%2Fedje.git Edje entry: Make sure we append at the end. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@59810 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_entry.c b/src/lib/edje_entry.c index 316c5f3..b8e9894 100644 --- a/src/lib/edje_entry.c +++ b/src/lib/edje_entry.c @@ -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);