From 4f0fbfb4a21040eebd29daafc225529d997308b4 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 22 Jan 2004 16:25:23 +0000 Subject: remove useless e_mkdir_hier call. 2004-01-22 JP Rosevear * gui/migration.c (process_old_dir): remove useless e_mkdir_hier call. Fixes #53065 svn path=/trunk/; revision=24366 --- calendar/ChangeLog | 7 +++++++ calendar/gui/migration.c | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d77a0f4154..73c02abc9e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -4,6 +4,13 @@ if we can't find the component, just continue with next item in the list. +2004-01-22 JP Rosevear + + * gui/migration.c (process_old_dir): remove useless e_mkdir_hier + call. + + Fixes #53065 + 2004-01-22 JP Rosevear * gui/e-tasks.c (e_tasks_setup_view_menus): Remove debugging diff --git a/calendar/gui/migration.c b/calendar/gui/migration.c index 599fea59b6..c91f356261 100644 --- a/calendar/gui/migration.c +++ b/calendar/gui/migration.c @@ -129,13 +129,6 @@ process_old_dir (ESourceGroup *source_group, const char *path, if (!from) return FALSE; - s = g_build_filename (e_source_group_peek_base_uri (source_group), base_uri, - filename, NULL); - if (e_mkdir_hier (s, 0700) != 0) { - gnome_vfs_uri_unref (from); - g_free (s); - return FALSE; - } to = gnome_vfs_uri_new (s); g_free (s); if (!to) { -- cgit v1.2.3