aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-07-28 15:37:49 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-07-28 15:37:49 +0800
commitc1d96747b0c05c796bcdbde5b3d0d31481c6a10e (patch)
treee4c2ce76f453a3945b418bca50ee6d1d2041844e /addressbook/ChangeLog
parent764a1b7b002565c7115be0f0087fcf8f867a475e (diff)
downloadgsoc2013-evolution-c1d96747b0c05c796bcdbde5b3d0d31481c6a10e.tar
gsoc2013-evolution-c1d96747b0c05c796bcdbde5b3d0d31481c6a10e.tar.gz
gsoc2013-evolution-c1d96747b0c05c796bcdbde5b3d0d31481c6a10e.tar.bz2
gsoc2013-evolution-c1d96747b0c05c796bcdbde5b3d0d31481c6a10e.tar.lz
gsoc2013-evolution-c1d96747b0c05c796bcdbde5b3d0d31481c6a10e.tar.xz
gsoc2013-evolution-c1d96747b0c05c796bcdbde5b3d0d31481c6a10e.tar.zst
gsoc2013-evolution-c1d96747b0c05c796bcdbde5b3d0d31481c6a10e.zip
** Fix for bug #544383
2008-07-28 Milan Crha <mcrha@redhat.com> ** Fix for bug #544383 * gui/contact-list-editor/e-contact-list-editor.c: (e_contact_list_editor_get_contact): Put list members in reverse order, because 'e_vcard_add_attribute' uses prepend, thus changes order on every single save of the contact list. svn path=/trunk/; revision=35852
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index ac4277aa43..ad2d3d62df 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,12 @@
+2008-07-28 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #544383
+
+ * gui/contact-list-editor/e-contact-list-editor.c:
+ (e_contact_list_editor_get_contact): Put list members in reverse order,
+ because 'e_vcard_add_attribute' uses prepend, thus changes order on
+ every single save of the contact list.
+
2008-07-20 Andre Klapper <a9016009@gmx.de>
* addressbook.error.xml: Fix some strings. See bug #543753.