GNOME Bugzilla – Bug 544383
editing contact list reverses order of member
Last modified: 2013-09-13 01:00:48 UTC
Actually, by editing I meant just open the contact list and close it with "OK". Steps: a) create a new contact list entry b) add there addresses A, B and C, in this order c) commit it, observe them in C, B, A order in the UI d) double click over this contact list e) observer they are really in C, B, A order f) just close dialog by "OK" button g) observe they are in opposite order again One can sort forth and back all the day and doesn't have enough :)
Created attachment 115105 [details] [review] proposed evo patch for evolution; Bad e_vcard_add_attribute, bad... It uses prepend, because of speed obviously, but makes it wrong for us, thus prepending too and put inside in reverse order.
Commit it.
Committed to trunk. Committed revision 35852.