aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-03-17 10:15:40 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-03-17 10:15:40 +0800
commitd521c569a074cd2a55d6519da0f865cac3b9486b (patch)
tree450c1b4e514d14d0b128e922e1699c1f5c4782da /mail/ChangeLog
parentb7f0753dbc4ebbcabc49a2afec4af8cd1a6ba974 (diff)
downloadgsoc2013-evolution-d521c569a074cd2a55d6519da0f865cac3b9486b.tar
gsoc2013-evolution-d521c569a074cd2a55d6519da0f865cac3b9486b.tar.gz
gsoc2013-evolution-d521c569a074cd2a55d6519da0f865cac3b9486b.tar.bz2
gsoc2013-evolution-d521c569a074cd2a55d6519da0f865cac3b9486b.tar.lz
gsoc2013-evolution-d521c569a074cd2a55d6519da0f865cac3b9486b.tar.xz
gsoc2013-evolution-d521c569a074cd2a55d6519da0f865cac3b9486b.tar.zst
gsoc2013-evolution-d521c569a074cd2a55d6519da0f865cac3b9486b.zip
** See bug #73559
2005-03-16 Not Zed <NotZed@Ximian.com> ** See bug #73559 * em-filter-source-element.c (em_filter_source_element_get_sources): check the url != "" and decoded before using it. svn path=/trunk/; revision=29048
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 730130725c..40115493ac 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,13 @@
2005-03-16 Not Zed <NotZed@Ximian.com>
+ ** See bug #73559
+
+ * em-filter-source-element.c
+ (em_filter_source_element_get_sources): check the url != "" and decoded
+ before using it.
+
+2005-03-16 Not Zed <NotZed@Ximian.com>
+
** See bug #71003, again.
* mail-component.c (impl_quit): fix sense of 'can quit' logic.