evolution r37007 - in branches/gnome-2-24/calendar: . gui
- From: abharath svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r37007 - in branches/gnome-2-24/calendar: . gui
- Date: Wed, 7 Jan 2009 09:39:36 +0000 (UTC)
Author: abharath
Date: Wed Jan 7 09:39:36 2009
New Revision: 37007
URL: http://svn.gnome.org/viewvc/evolution?rev=37007&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:
branches/gnome-2-24/calendar/ChangeLog
branches/gnome-2-24/calendar/gui/e-cal-popup.c
Modified: branches/gnome-2-24/calendar/gui/e-cal-popup.c
==============================================================================
--- branches/gnome-2-24/calendar/gui/e-cal-popup.c (original)
+++ branches/gnome-2-24/calendar/gui/e-cal-popup.c Wed Jan 7 09:39:36 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]