diff options
author | Chris Toshok <toshok@ximian.com> | 2004-01-21 07:34:50 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-01-21 07:34:50 +0800 |
commit | 494acd418eb1bfe205afe727878cb60dc0441e37 (patch) | |
tree | 97513718f9e875bead9c4b760e92e60cf60a4820 /addressbook/ChangeLog | |
parent | f375cfac08ecdc3a7ebd97c923cf4e9319d50286 (diff) | |
download | gsoc2013-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/ChangeLog | 15 |
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 |