evolution r36550 - branches/gnome-2-24/composer
- From: mcrha svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36550 - branches/gnome-2-24/composer
- Date: Fri, 3 Oct 2008 15:40:06 +0000 (UTC)
Author: mcrha
Date: Fri Oct 3 15:40:06 2008
New Revision: 36550
URL: http://svn.gnome.org/viewvc/evolution?rev=36550&view=rev
Log:
2008-10-03 Milan Crha <mcrha redhat com>
** Fix for bug #554664
* e-composer-actions.c: (action_attach_cb):
Call attach_remote_file when knows the URI points to it.
Modified:
branches/gnome-2-24/composer/ChangeLog
branches/gnome-2-24/composer/e-composer-actions.c
Modified: branches/gnome-2-24/composer/e-composer-actions.c
==============================================================================
--- branches/gnome-2-24/composer/e-composer-actions.c (original)
+++ branches/gnome-2-24/composer/e-composer-actions.c Fri Oct 3 15:40:06 2008
@@ -86,7 +86,7 @@
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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]