aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/migration.c8
2 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 85d0d3d454..545b5ca553 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-05 Larry Ewing <lewing@ximian.com>
+
+ * gui/migration.c (process_old_dir): add a unimplemented warning
+ so we at least avoid relocation errors.
+
2003-11-04 Rodrigo Moya <rodrigo@ximian.com>
* gui/calendar-component.c (fill_popup_menu_callback): added more
diff --git a/calendar/gui/migration.c b/calendar/gui/migration.c
index 6dc16b8714..2ace1ae898 100644
--- a/calendar/gui/migration.c
+++ b/calendar/gui/migration.c
@@ -27,6 +27,14 @@
#include "migration.h"
static gboolean
+process_old_dir (ESourceGroup *source_group, const char *path,
+ const char *filename, const char *name, const char *base_uri)
+{
+ g_warning ("process_old_dir is unimplemented");
+ return FALSE;
+}
+
+static gboolean
process_calendar_dir (ESourceGroup *source_group, const char *path,
const char *filename, const char *name, const char *base_uri)
{