aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-01-21 07:34:50 +0800
committerChris Toshok <toshok@src.gnome.org>2004-01-21 07:34:50 +0800
commit494acd418eb1bfe205afe727878cb60dc0441e37 (patch)
tree97513718f9e875bead9c4b760e92e60cf60a4820 /addressbook/ChangeLog
parentf375cfac08ecdc3a7ebd97c923cf4e9319d50286 (diff)
downloadgsoc2013-evolution-494acd418eb1bfe205afe727878cb60dc0441e37.tar
gsoc2013-evolution-494acd418eb1bfe205afe727878cb60dc0441e37.tar.gz
gsoc2013-evolution-494acd418eb1bfe205afe727878cb60dc0441e37.tar.bz2
gsoc2013-evolution-494acd418eb1bfe205afe727878cb60dc0441e37.tar.lz
gsoc2013-evolution-494acd418eb1bfe205afe727878cb60dc0441e37.tar.xz
gsoc2013-evolution-494acd418eb1bfe205afe727878cb60dc0441e37.tar.zst
gsoc2013-evolution-494acd418eb1bfe205afe727878cb60dc0441e37.zip
deal with the groups/sources already being there. Essentially make this
2004-01-20 Chris Toshok <toshok@ximian.com> * gui/component/addressbook-migrate.c (create_groups): deal with the groups/sources already being there. Essentially make this function idempotent. (addressbook_migrate): unconditionally call create_groups now. move the version logic here from ipl_upgradeFromVersion, and include more versions in the set of those we upgrade from. * gui/component/addressbook-migrate.h: add major/minor/revision args to addressbook_migrate. * gui/component/addressbook-component.c (impl_upgradeFromVersion): remove the version logic from here. svn path=/trunk/; revision=24338
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 39429e9e53..cf39251cb5 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,18 @@
+2004-01-20 Chris Toshok <toshok@ximian.com>
+
+ * gui/component/addressbook-migrate.c (create_groups): deal with
+ the groups/sources already being there. Essentially make this
+ function idempotent.
+ (addressbook_migrate): unconditionally call create_groups now.
+ move the version logic here from ipl_upgradeFromVersion, and
+ include more versions in the set of those we upgrade from.
+
+ * gui/component/addressbook-migrate.h: add major/minor/revision
+ args to addressbook_migrate.
+
+ * gui/component/addressbook-component.c (impl_upgradeFromVersion):
+ remove the version logic from here.
+
2004-01-20 Sivaiah Nallagatla <snallagatla@novell.com>
* printing/e-contact-print.c (e_contact_print_response): do not