From 994a4e5f1caa4a0ce8ab8e29908f8d848f3a8db9 Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Wed, 5 Nov 2003 07:32:39 +0000 Subject: add a unimplemented warning so we at least avoid relocation errors. 2003-11-05 Larry Ewing * gui/migration.c (process_old_dir): add a unimplemented warning so we at least avoid relocation errors. svn path=/trunk/; revision=23190 --- calendar/ChangeLog | 5 +++++ calendar/gui/migration.c | 8 ++++++++ 2 files changed, 13 insertions(+) (limited to 'calendar') 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 + + * gui/migration.c (process_old_dir): add a unimplemented warning + so we at least avoid relocation errors. + 2003-11-04 Rodrigo Moya * 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 @@ -26,6 +26,14 @@ #include #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) -- cgit v1.2.3