From 11ab256b53c3542ef5e838ff89ca4f4cd212691e Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Mon, 9 May 2005 08:39:42 +0000 Subject: cover the case when there is no calendar.ics/tasks.ics file in the folder 2005-05-09 Rodrigo Moya * gui/migration.c (migrate_ical_folder_to_source): cover the case when there is no calendar.ics/tasks.ics file in the folder to migrate. svn path=/trunk/; revision=29313 --- calendar/gui/migration.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui') diff --git a/calendar/gui/migration.c b/calendar/gui/migration.c index f15efce53b..bb63e8dd48 100644 --- a/calendar/gui/migration.c +++ b/calendar/gui/migration.c @@ -325,7 +325,7 @@ migrate_ical_folder_to_source (char *old_path, ESource *new_source, ECalSourceTy g_warning ("could not find a backend for '%s'", e_source_get_uri (old_source)); goto finish; } - if (!e_cal_open (old_ecal, TRUE, &error)) { + if (!e_cal_open (old_ecal, FALSE, &error)) { g_warning ("failed to load source ecal for migration: '%s' (%s)", error->message, e_source_get_uri (old_source)); goto finish; -- cgit v1.2.3