aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-migrate.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-05-12 11:31:55 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-05-12 11:31:55 +0800
commit97a9bd320d00f4a194d6948cf9d54435b04a331e (patch)
tree6490e90bc2ebb3bd274a902de4411e26ec355bcb /addressbook/gui/component/addressbook-migrate.c
parente406cdcf602c6580c7d129796a9a3a15818251f5 (diff)
downloadgsoc2013-evolution-97a9bd320d00f4a194d6948cf9d54435b04a331e.tar
gsoc2013-evolution-97a9bd320d00f4a194d6948cf9d54435b04a331e.tar.gz
gsoc2013-evolution-97a9bd320d00f4a194d6948cf9d54435b04a331e.tar.bz2
gsoc2013-evolution-97a9bd320d00f4a194d6948cf9d54435b04a331e.tar.lz
gsoc2013-evolution-97a9bd320d00f4a194d6948cf9d54435b04a331e.tar.xz
gsoc2013-evolution-97a9bd320d00f4a194d6948cf9d54435b04a331e.tar.zst
gsoc2013-evolution-97a9bd320d00f4a194d6948cf9d54435b04a331e.zip
set exception properly on failure.
2004-05-11 Not Zed <NotZed@Ximian.com> * gui/component/addressbook-component.c (impl_upgradeFromVersion): set exception properly on failure. * gui/component/addressbook-migrate.c (addressbook_migrate): take a GError error return. Doesn't do anything with it ... but ... svn path=/trunk/; revision=25864
Diffstat (limited to 'addressbook/gui/component/addressbook-migrate.c')
-rw-r--r--addressbook/gui/component/addressbook-migrate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-migrate.c b/addressbook/gui/component/addressbook-migrate.c
index 5474ba9c00..32fbf1ca3e 100644
--- a/addressbook/gui/component/addressbook-migrate.c
+++ b/addressbook/gui/component/addressbook-migrate.c
@@ -1043,7 +1043,7 @@ migration_context_free (MigrationContext *context)
}
int
-addressbook_migrate (AddressbookComponent *component, int major, int minor, int revision)
+addressbook_migrate (AddressbookComponent *component, int major, int minor, int revision, GError **err)
{
ESourceGroup *on_this_computer;
ESourceGroup *on_ldap_servers;