Evas textblock: Fix format_append's format parsing.

It took the pre-translated (tags) format which caused some things not to
work correctly when using tags.

SVN revision: 61798
This commit is contained in:
Tom Hacohen 2011-07-27 08:27:04 +00:00
parent 3ffddafeed
commit 0b7030a964
1 changed files with 1 additions and 0 deletions

View File

@ -6917,6 +6917,7 @@ evas_textblock_cursor_format_append(Evas_Textblock_Cursor *cur, const char *form
n = _evas_textblock_node_format_new(o, format);
is_visible = n->visible;
format = n->format;
if (!cur->node)
{
o->format_nodes = _NODE_FORMAT(eina_inlist_append(