aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-07-27 03:10:19 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-07-27 03:10:19 +0800
commit641d49b55bf78c9c7d6c32d08e9cc7b0e0f5a399 (patch)
tree9f9fc4b6d2dd6e033cea59aec64e05993b7f623d /mail/ChangeLog
parent9d27429cc84587fe5699e4e42d69961007b1c44d (diff)
downloadgsoc2013-evolution-641d49b55bf78c9c7d6c32d08e9cc7b0e0f5a399.tar
gsoc2013-evolution-641d49b55bf78c9c7d6c32d08e9cc7b0e0f5a399.tar.gz
gsoc2013-evolution-641d49b55bf78c9c7d6c32d08e9cc7b0e0f5a399.tar.bz2
gsoc2013-evolution-641d49b55bf78c9c7d6c32d08e9cc7b0e0f5a399.tar.lz
gsoc2013-evolution-641d49b55bf78c9c7d6c32d08e9cc7b0e0f5a399.tar.xz
gsoc2013-evolution-641d49b55bf78c9c7d6c32d08e9cc7b0e0f5a399.tar.zst
gsoc2013-evolution-641d49b55bf78c9c7d6c32d08e9cc7b0e0f5a399.zip
Add a new menu item for posting to the New toolbar button thing.
2002-07-26 Jeffrey Stedfast <fejj@ximian.com> * component-factory.c (create_component): Add a new menu item for posting to the New toolbar button thing. (destination_folder_handle_drop): Don't use a NULL exception when we already have one to use anyway. (got_folder): Move the *fp = folder; to before the check to make sure folder != NULL, this makes it so that if getting a folder fails at least have have a known value to look out for (NULL) rather than some random garbage. svn path=/trunk/; revision=17617
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 9b29e77c8c..e0f8117b68 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -2,6 +2,12 @@
* component-factory.c (create_component): Add a new menu item for
posting to the New toolbar button thing.
+ (destination_folder_handle_drop): Don't use a NULL exception when
+ we already have one to use anyway.
+ (got_folder): Move the *fp = folder; to before the check to make
+ sure folder != NULL, this makes it so that if getting a folder
+ fails at least have have a known value to look out for (NULL)
+ rather than some random garbage.
2002-07-25 Jeffrey Stedfast <fejj@ximian.com>