aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorAshish Shrivastava <shashish@novell.com>2009-01-07 17:38:10 +0800
committerBharath Acharya <abharath@src.gnome.org>2009-01-07 17:38:10 +0800
commit6f957cb8367e425924c83406cae6f6848da57e8b (patch)
tree8d06b7ba638cae0e2b30184e708bfefd75672789 /calendar/gui
parentb3c048bed92ef986192cfe60926d8110fffb1299 (diff)
downloadgsoc2013-evolution-6f957cb8367e425924c83406cae6f6848da57e8b.tar
gsoc2013-evolution-6f957cb8367e425924c83406cae6f6848da57e8b.tar.gz
gsoc2013-evolution-6f957cb8367e425924c83406cae6f6848da57e8b.tar.bz2
gsoc2013-evolution-6f957cb8367e425924c83406cae6f6848da57e8b.tar.lz
gsoc2013-evolution-6f957cb8367e425924c83406cae6f6848da57e8b.tar.xz
gsoc2013-evolution-6f957cb8367e425924c83406cae6f6848da57e8b.tar.zst
gsoc2013-evolution-6f957cb8367e425924c83406cae6f6848da57e8b.zip
** Fix for bug #565553, #462372 (bnc)
2009-01-07 Ashish Shrivastava <shashish@novell.com> ** Fix for bug #565553, #462372 (bnc) * gui/e-cal-popup.c (temp_save_part): Add supported URI format. svn path=/trunk/; revision=37006
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/e-cal-popup.c2
1 files changed, 1 insertions, 1 deletions
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);