From 6f957cb8367e425924c83406cae6f6848da57e8b Mon Sep 17 00:00:00 2001 From: Ashish Shrivastava Date: Wed, 7 Jan 2009 09:38:10 +0000 Subject: ** Fix for bug #565553, #462372 (bnc) 2009-01-07 Ashish Shrivastava ** Fix for bug #565553, #462372 (bnc) * gui/e-cal-popup.c (temp_save_part): Add supported URI format. svn path=/trunk/; revision=37006 --- calendar/ChangeLog | 7 +++++++ calendar/gui/e-cal-popup.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f8a540433f..bffbf91e3e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2009-01-07 Ashish Shrivastava + + ** Fix for bug #565553, #462372 (bnc) + + * gui/e-cal-popup.c (temp_save_part): + Add supported URI format. + 2009-01-07 Suman Manjunath ** Fix for bug #443544 (bugzilla.novell.com) diff --git a/calendar/gui/e-cal-popup.c b/calendar/gui/e-cal-popup.c index a8b0551bcb..358fce90a1 100644 --- a/calendar/gui/e-cal-popup.c +++ b/calendar/gui/e-cal-popup.c @@ -139,7 +139,7 @@ temp_save_part(CamelMimePart *part, char *path, gboolean file) usepath = g_strjoin (NULL, "file://", path, NULL); wrapper = camel_medium_get_content_object (CAMEL_MEDIUM (part)); - stream = camel_stream_vfs_new_with_uri (path, CAMEL_STREAM_VFS_CREATE); + stream = camel_stream_vfs_new_with_uri (usepath, CAMEL_STREAM_VFS_CREATE); if (usepath != path) g_free (usepath); -- cgit v1.2.3