aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-component.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-03-15 03:42:28 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-03-15 03:42:28 +0800
commit238c20117fc8d3fdddb270e3ef197593e45e1a85 (patch)
treedb878b0600605fb4931134f6854a39bacbdd2c98 /calendar/gui/calendar-component.c
parentdbf748d3d227da9903dfd0cbd0ddcfaa6fc2dd1a (diff)
downloadgsoc2013-evolution-238c20117fc8d3fdddb270e3ef197593e45e1a85.tar
gsoc2013-evolution-238c20117fc8d3fdddb270e3ef197593e45e1a85.tar.gz
gsoc2013-evolution-238c20117fc8d3fdddb270e3ef197593e45e1a85.tar.bz2
gsoc2013-evolution-238c20117fc8d3fdddb270e3ef197593e45e1a85.tar.lz
gsoc2013-evolution-238c20117fc8d3fdddb270e3ef197593e45e1a85.tar.xz
gsoc2013-evolution-238c20117fc8d3fdddb270e3ef197593e45e1a85.tar.zst
gsoc2013-evolution-238c20117fc8d3fdddb270e3ef197593e45e1a85.zip
Fixes #39740
2003-03-14 Rodrigo Moya <rodrigo@ximian.com> 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 <rodrigo@ximian.com> 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
Diffstat (limited to 'calendar/gui/calendar-component.c')
-rw-r--r--calendar/gui/calendar-component.c9
1 files changed, 0 insertions, 9 deletions
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;
}