evolution r37006 - in trunk/calendar: . gui



Author: abharath
Date: Wed Jan  7 09:38:10 2009
New Revision: 37006
URL: http://svn.gnome.org/viewvc/evolution?rev=37006&view=rev

Log:
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.


Modified:
   trunk/calendar/ChangeLog
   trunk/calendar/gui/e-cal-popup.c

Modified: trunk/calendar/gui/e-cal-popup.c
==============================================================================
--- trunk/calendar/gui/e-cal-popup.c	(original)
+++ trunk/calendar/gui/e-cal-popup.c	Wed Jan  7 09:38:10 2009
@@ -139,7 +139,7 @@
 		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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]