From 3e805c974231079ce66c535993c92c4be48696e2 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Thu, 10 Aug 2006 07:58:44 +0000 Subject: Fix for bug #341482 svn path=/trunk/; revision=32522 --- widgets/misc/e-attachment.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'widgets/misc/e-attachment.c') diff --git a/widgets/misc/e-attachment.c b/widgets/misc/e-attachment.c index 570c2e3332..b865ce173a 100644 --- a/widgets/misc/e-attachment.c +++ b/widgets/misc/e-attachment.c @@ -304,7 +304,7 @@ e_attachment_new (const char *file_name, const char *disposition, CamelException new->is_available_local = TRUE; new->file_name = filename; - url = camel_url_new ("file:", NULL); + url = camel_url_new ("file://", NULL); camel_url_set_path (url, file_name); new->store_uri = camel_url_to_string (url, 0); camel_url_free (url); @@ -505,7 +505,7 @@ e_attachment_build_remote_file (const char *file_name, EAttachment *attachment, g_free (attachment->file_name); attachment->file_name = filename; - url = camel_url_new ("file:", NULL); + url = camel_url_new ("file://", NULL); camel_url_set_path (url, file_name); attachment->store_uri = camel_url_to_string (url, 0); camel_url_free (url); -- cgit v1.2.3