From 494acd418eb1bfe205afe727878cb60dc0441e37 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 20 Jan 2004 23:34:50 +0000 Subject: deal with the groups/sources already being there. Essentially make this 2004-01-20 Chris Toshok * 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 --- addressbook/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'addressbook/ChangeLog') 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 + + * 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 * printing/e-contact-print.c (e_contact_print_response): do not -- cgit