Do not overwrite text attributes with the default ones
authorJacobo Aragunde Pérez <jaragunde@igalia.com>
Thu, 19 Jun 2014 15:27:51 +0000 (17:27 +0200)
committerMike Gorse <mgorse@suse.com>
Fri, 20 Jun 2014 17:54:27 +0000 (12:54 -0500)
commit706107e5892a1bd65f050d89c6b364b58f836061
tree83d340309625f2487766e3c685ed4b1f03ece5b5
parent55d8acff210f587b0ae66911dd6f36a10e65edde
Do not overwrite text attributes with the default ones

As it was implemented, the default attributes are appended to the end
of the list, and later in time only the last occurence of every
attribute will be preserved.

Just changing the order of the list fixes this bug.

https://bugzilla.gnome.org/show_bug.cgi?id=731980
atk-adaptor/adaptors/text-adaptor.c