From 238c20117fc8d3fdddb270e3ef197593e45e1a85 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Fri, 14 Mar 2003 19:42:28 +0000 Subject: Fixes #39740 2003-03-14 Rodrigo Moya Fixes #39740 * gui/e-meeting-model.c (is_cell_editable): check row number is valid before using it as index for the GPtrArray. 2003-03-14 Rodrigo Moya Fixes #39356 * gui/Makefile.am: * gui/tasks-migrate.[ch]: removed tasks migration obsolete stuff. * gui/calendar-component.c (owner_set_cb): don't call tasks_migrate. svn path=/trunk/; revision=20301 --- calendar/gui/calendar-component.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'calendar/gui/calendar-component.c') diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index 6beb5964e3..7380b7a91e 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -41,7 +41,6 @@ #include "control-factory.h" #include "calendar-config.h" #include "tasks-control.h" -#include "tasks-migrate.h" #include "e-comp-editor-registry.h" #include "dialogs/comp-editor.h" @@ -507,15 +506,7 @@ owner_set_cb (EvolutionShellComponent *shell_component, const char *evolution_homedir, gpointer user_data) { - static gboolean migrated = FALSE; - evolution_dir = g_strdup (evolution_homedir); - - if (!migrated) { - tasks_migrate (); - migrated = TRUE; - } - global_shell_client = shell_client; } -- cgit