From 676a02bcd1685cc9f7e380bee342a2e435cb1ca4 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 3 Oct 2008 15:39:45 +0000 Subject: ** Fix for bug #554664 2008-10-03 Milan Crha ** Fix for bug #554664 * e-composer-actions.c: (action_attach_cb): Call attach_remote_file when knows the URI points to it. svn path=/trunk/; revision=36549 --- composer/e-composer-actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer/e-composer-actions.c') diff --git a/composer/e-composer-actions.c b/composer/e-composer-actions.c index c88f7e301e..4a2f659c99 100644 --- a/composer/e-composer-actions.c +++ b/composer/e-composer-actions.c @@ -86,7 +86,7 @@ action_attach_cb (GtkAction *action, if (!g_ascii_strcasecmp (url->protocol, "file")) e_attachment_bar_attach (bar, url->path, disposition); else - e_attachment_bar_attach (bar, iter->data, disposition); + e_attachment_bar_attach_remote_file (bar, iter->data, disposition); camel_url_free (url); } -- cgit v1.2.3