Edje entry: Removed a hack that's not needed anymore.
authortasn <tasn>
Wed, 13 Jul 2011 15:45:50 +0000 (15:45 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 13 Jul 2011 15:45:50 +0000 (15:45 +0000)
This is thanks to a bug fix in textblock.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@61346 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_entry.c

index ccf31cd..ac69771 100644 (file)
@@ -2109,7 +2109,6 @@ _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);