From ed0347eacebd893fc25221d55fa3040b4248ce2e Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Mon, 17 Sep 2001 22:24:29 +0000 Subject: Do not call calendar_config_init() here. 2001-09-17 Federico Mena Quintero * gui/component-factory.c (owner_set_cb): Do not call calendar_config_init() here. * gui/main.c (main): Call calendar_config_init() here. svn path=/trunk/; revision=12916 --- calendar/gui/calendar-component.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'calendar/gui/calendar-component.c') diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index 5954cf88d9..786aa70003 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -52,7 +52,6 @@ #define CREATE_EVENT_ID "event" #define CREATE_TASK_ID "task" -static BonoboGenericFactory *factory = NULL; char *evolution_dir; static const EvolutionShellComponentFolderType folder_types[] = { @@ -335,8 +334,6 @@ owner_set_cb (EvolutionShellComponent *shell_component, evolution_dir = g_strdup (evolution_homedir); - calendar_config_init (); - if (!migrated) { tasks_migrate (); migrated = TRUE; -- cgit v1.2.3