Evas textblock: Fixed order of tags inserted with markup_app/prepend.
authorTom Hacohen <tom@stosb.com>
Tue, 19 Nov 2013 16:03:41 +0000 (16:03 +0000)
committerTom Hacohen <tom@stosb.com>
Tue, 19 Nov 2013 16:05:34 +0000 (16:05 +0000)
commit7bba64d7eed9749a876255f489684355a7e0ccfd
tree2140ab3ea1a11933dd78965fd929adf8dd5da477
parent0e363f54b4b8adcf5c084992f85660d1aa17a825
Evas textblock: Fixed order of tags inserted with markup_app/prepend.

The order was messed up when inserting a few formats in the
markup_append/prepend functions without any characters between them.
For example, inserting "<b><i>" would result in "<i><b>" being inserted.

Thanks to YoungBok Shin for reporting this.
ChangeLog
NEWS
src/lib/evas/canvas/evas_object_textblock.c