From a513b96722e37b7d5db3b6de0fdede440b0131bf Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 5 Nov 2003 07:34:24 +0000 Subject: fix typo 2003-11-05 JP Rosevear * gui/migration.c: fix typo svn path=/trunk/; revision=23191 --- calendar/ChangeLog | 4 ++++ calendar/gui/migration.c | 9 +-------- 2 files changed, 5 insertions(+), 8 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 545b5ca553..41c4fdc1aa 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2003-11-05 JP Rosevear + + * gui/migration.c: fix typo + 2003-11-05 Larry Ewing * gui/migration.c (process_old_dir): add a unimplemented warning diff --git a/calendar/gui/migration.c b/calendar/gui/migration.c index 2ace1ae898..afb0a59b68 100644 --- a/calendar/gui/migration.c +++ b/calendar/gui/migration.c @@ -26,17 +26,10 @@ #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) { char *s; GnomeVFSURI *from, *to; -- cgit v1.2.3