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/ChangeLog | 7 +++++++ addressbook/gui/component/addressbook-migrate.c | 1 + 2 files changed, 8 insertions(+) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index fd732348ac..a76c4560d8 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2004-02-08 Rodney Dawes + + * gui/component/addressbook-migrate.c (create_groups): Initialize the + personal_source to NULL + + Fixes #54015 + 2004-02-08 Sivaiah Nallagatla * gui/widgets/e-addressbook-view.c (delete) : pass contact 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 v1.2.3