diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-05 15:34:24 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-05 15:34:24 +0800 |
commit | a513b96722e37b7d5db3b6de0fdede440b0131bf (patch) | |
tree | bdca4a933544a0f36c1f04be18442d893041b114 /calendar/gui | |
parent | 994a4e5f1caa4a0ce8ab8e29908f8d848f3a8db9 (diff) | |
download | gsoc2013-evolution-a513b96722e37b7d5db3b6de0fdede440b0131bf.tar.gz gsoc2013-evolution-a513b96722e37b7d5db3b6de0fdede440b0131bf.tar.zst gsoc2013-evolution-a513b96722e37b7d5db3b6de0fdede440b0131bf.zip |
fix typo
2003-11-05 JP Rosevear <jpr@ximian.com>
* gui/migration.c: fix typo
svn path=/trunk/; revision=23191
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/migration.c | 9 |
1 files changed, 1 insertions, 8 deletions
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,18 +26,11 @@ #include <gal/util/e-util.h> #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; GnomeVFSResult vres; |