From 1e69f13d5c6afb4c2b55c0b04d31147d8fcacc72 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Sun, 8 Feb 2004 19:16:31 +0000 Subject: Initialize the personal_source to NULL 2004-02-08 Rodney Dawes * gui/component/addressbook-migrate.c (create_groups): Initialize the personal_source to NULL Fixes #54015 svn path=/trunk/; revision=24674 --- addressbook/gui/component/addressbook-migrate.c | 1 + 1 file changed, 1 insertion(+) (limited to 'addressbook/gui/component') diff --git a/addressbook/gui/component/addressbook-migrate.c b/addressbook/gui/component/addressbook-migrate.c index fbee686175..0cd48cf62b 100644 --- a/addressbook/gui/component/addressbook-migrate.c +++ b/addressbook/gui/component/addressbook-migrate.c @@ -364,6 +364,7 @@ create_groups (MigrationContext *context, *on_this_computer = NULL; *on_ldap_servers = NULL; + *personal_source = NULL; base_uri = g_build_filename (addressbook_component_peek_base_directory (context->component), "addressbook", "local", -- cgit