aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-07-25 15:46:06 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-07-25 15:46:06 +0800
commit6ea2a4da8b06dd138bc815b242d6670d7c003223 (patch)
treec6c40aca0b8f4deb9c03a3d54d6385b8de17e711 /mail/ChangeLog
parent6147ca54a454838e00dfa108db5b13ec10b9aa2f (diff)
downloadgsoc2013-evolution-6ea2a4da8b06dd138bc815b242d6670d7c003223.tar
gsoc2013-evolution-6ea2a4da8b06dd138bc815b242d6670d7c003223.tar.gz
gsoc2013-evolution-6ea2a4da8b06dd138bc815b242d6670d7c003223.tar.bz2
gsoc2013-evolution-6ea2a4da8b06dd138bc815b242d6670d7c003223.tar.lz
gsoc2013-evolution-6ea2a4da8b06dd138bc815b242d6670d7c003223.tar.xz
gsoc2013-evolution-6ea2a4da8b06dd138bc815b242d6670d7c003223.tar.zst
gsoc2013-evolution-6ea2a4da8b06dd138bc815b242d6670d7c003223.zip
Update to take argc and argv arguments since this is the new definition
2002-07-25 Jeffrey Stedfast <fejj@ximian.com> * mail-ops.c (mail_execute_shell_command): Update to take argc and argv arguments since this is the new definition for the CamelFilterDriverShellFunc. * mail-session.c (main_get_filter_driver): Updated for the renamed function. svn path=/trunk/; revision=17585
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index c35438aab3..d27fd4af88 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,6 +1,13 @@
2002-07-25 Jeffrey Stedfast <fejj@ximian.com>
- * mail-display.c (link_open_in_browser): Mae sure that the
+ * mail-ops.c (mail_execute_shell_command): Update to take argc and
+ argv arguments since this is the new definition for the
+ CamelFilterDriverShellFunc.
+
+ * mail-session.c (main_get_filter_driver): Updated for the renamed
+ function.
+
+ * mail-display.c (link_open_in_browser): Make sure that the
html->pointer_url is non-NULL. Should fix bug #28159 (this seems
to be the only questionable way for a NULL url to be passed into
on_link_clicked).