diff options
author | Dan Winship <danw@src.gnome.org> | 2000-12-08 03:19:48 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-12-08 03:19:48 +0800 |
commit | 97f16d13a4083faa895e2530f08a98dcc4b584ad (patch) | |
tree | 2c2fa75a46327923ecf52b70a1236ad230c7cdc6 /mail/ChangeLog | |
parent | 1dd2597727c3db69f62fa8ea3f8a4132a57040e3 (diff) | |
download | gsoc2013-evolution-97f16d13a4083faa895e2530f08a98dcc4b584ad.tar gsoc2013-evolution-97f16d13a4083faa895e2530f08a98dcc4b584ad.tar.gz gsoc2013-evolution-97f16d13a4083faa895e2530f08a98dcc4b584ad.tar.bz2 gsoc2013-evolution-97f16d13a4083faa895e2530f08a98dcc4b584ad.tar.lz gsoc2013-evolution-97f16d13a4083faa895e2530f08a98dcc4b584ad.tar.xz gsoc2013-evolution-97f16d13a4083faa895e2530f08a98dcc4b584ad.tar.zst gsoc2013-evolution-97f16d13a4083faa895e2530f08a98dcc4b584ad.zip |
Add some g_return_if_fail()s to protect from crashes until the code to
* mail-callbacks.c: (various)
* folder-browser.c (filter_mlist):
* mail-autofilter.c (filter_gui_add_from_message):
* mail-vfolder.c (vfolder_gui_add_from_message): Add some
g_return_if_fail()s to protect from crashes until the code to
enable/disable commands based on how many messages are selected is
done.
svn path=/trunk/; revision=6840
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 0e35982204..b79f1c26fa 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2000-12-07 Dan Winship <danw@helixcode.com> + + * mail-callbacks.c: (various) + * folder-browser.c (filter_mlist): + * mail-autofilter.c (filter_gui_add_from_message): + * mail-vfolder.c (vfolder_gui_add_from_message): Add some + g_return_if_fail()s to protect from crashes until the code to + enable/disable commands based on how many messages are selected is + done. + 2000-12-06 Jeffrey Stedfast <fejj@helixcode.com> * mail-vfolder.c (vfolder_gui_add_rule): Make the vfolder editor |