Evas textblock: don't force calc utf8 string in evas_textblock_style_set. Only calc it when used.

SVN revision: 57014
This commit is contained in:
Tom Hacohen 2011-02-14 12:44:31 +00:00
parent f09a81bf54
commit 8cadb71e4b
1 changed files with 0 additions and 1 deletions

View File

@ -3875,7 +3875,6 @@ evas_textblock_style_set(Evas_Textblock_Style *ts, const char *text)
{
free(o->markup_text);
o->markup_text = NULL;
evas_object_textblock_text_markup_get(obj);
}
}