Evas: Fixed compilation without BiDi support.

SVN revision: 50934
This commit is contained in:
Tom Hacohen 2010-08-09 16:47:35 +00:00
parent 48180c9859
commit 632279c2f5
1 changed files with 2 additions and 2 deletions

View File

@ -4661,9 +4661,9 @@ evas_textblock_cursor_text_append(Evas_Textblock_Cursor *cur, const char *_text)
/* Advance the formats */
if (fnode && (fnode->text_node == cur->node))
fnode->offset += len;
#ifdef BIDI_SUPPORT
evas_bidi_update_props(eina_ustrbuf_string_get(n->unicode), &n->bidi_props);
#endif
_evas_textblock_changed(o, cur->obj);
free(text);
return len;