aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-02-16 08:33:14 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-02-16 08:33:14 +0800
commit3b87b4b2736550cc66c76f5ebb545d307f4d94ee (patch)
tree81b236bc554c744009c637c47e209c6d01d902cd /mail/ChangeLog
parentcf668bd306a6d272d6af53781324ab07838147c0 (diff)
downloadgsoc2013-evolution-3b87b4b2736550cc66c76f5ebb545d307f4d94ee.tar
gsoc2013-evolution-3b87b4b2736550cc66c76f5ebb545d307f4d94ee.tar.gz
gsoc2013-evolution-3b87b4b2736550cc66c76f5ebb545d307f4d94ee.tar.bz2
gsoc2013-evolution-3b87b4b2736550cc66c76f5ebb545d307f4d94ee.tar.lz
gsoc2013-evolution-3b87b4b2736550cc66c76f5ebb545d307f4d94ee.tar.xz
gsoc2013-evolution-3b87b4b2736550cc66c76f5ebb545d307f4d94ee.tar.zst
gsoc2013-evolution-3b87b4b2736550cc66c76f5ebb545d307f4d94ee.zip
Don't display a down-arrow if the attachment is undisplayable. Fixes bug
2002-02-15 Jeffrey Stedfast <fejj@ximian.com> * mail-display.c (do_attachment_header): Don't display a down-arrow if the attachment is undisplayable. Fixes bug #6919. (launch_cb): Some programs are buggy when it comes to parsing file: uris, so make sure we do file://%s. Fixes bug #20456. svn path=/trunk/; revision=15747
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 0af15f4cd8..d6791e76c1 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -2,6 +2,8 @@
* mail-display.c (do_attachment_header): Don't display a
down-arrow if the attachment is undisplayable. Fixes bug #6919.
+ (launch_cb): Some programs are buggy when it comes to parsing
+ file: uris, so make sure we do file://%s. Fixes bug #20456.
2002-02-14 Jeffrey Stedfast <fejj@ximian.com>