aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-migrate.h
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/gui/component/addressbook-migrate.h
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/gui/component/addressbook-migrate.h')
-rw-r--r--addressbook/gui/component/addressbook-migrate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-migrate.h b/addressbook/gui/component/addressbook-migrate.h
index 15512e2183..89dce7a91b 100644
--- a/addressbook/gui/component/addressbook-migrate.h
+++ b/addressbook/gui/component/addressbook-migrate.h
@@ -24,6 +24,6 @@
#include "addressbook-component.h"
-int addressbook_migrate (AddressbookComponent *component);
+int addressbook_migrate (AddressbookComponent *component, int major, int minor, int revision);
#endif /* _ADDRESSBOOK_MIGRATE_H_ */