Evas textblock: Also add tab support to prev commit, oops.

SVN revision: 67328
This commit is contained in:
Tom Hacohen 2012-01-19 08:44:01 +00:00
parent c6d242426f
commit 1941918cdd
1 changed files with 2 additions and 0 deletions

View File

@ -5012,6 +5012,8 @@ evas_object_textblock_text_markup_prepend(Evas_Textblock_Cursor *cur, const char
text_len = strlen(_REPLACEMENT_CHAR_UTF8)) ||
!strncmp(_NEWLINE_UTF8, p,
text_len = strlen(_NEWLINE_UTF8)) ||
!strncmp(_TAB_UTF8, p,
text_len = strlen(_TAB_UTF8)) ||
!strncmp(_PARAGRAPH_SEPARATOR_UTF8, p,
text_len = strlen(_PARAGRAPH_SEPARATOR_UTF8)))
{