patch from sehwan@samsung.com for small issues in evas/edje

SVN revision: 45055
This commit is contained in:
Carsten Haitzler 2010-01-12 01:45:10 +00:00
parent 3b160b4354
commit 42f1294b17
1 changed files with 1 additions and 1 deletions

View File

@ -3026,7 +3026,7 @@ evas_object_textblock_text_markup_prepend(Evas_Textblock_Cursor *cur, const char
strcpy(ttag2, "+ ");
strcat(ttag2, ttag);
}
evas_textblock_cursor_format_append(o->cursor, ttag2);
evas_textblock_cursor_format_prepend(o->cursor, ttag2);
free(ttag2);
}
}