diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-01-27 11:13:30 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-27 11:13:30 +0800 |
commit | 93c8da913ba3e095432d6e2c07c8fcd6f5c3bef7 (patch) | |
tree | 920393544e4f3214d92e98f3619831887b96b4ce /mail/ChangeLog | |
parent | 62ec012904d2004a0b486b10ddfdb05b98f05c3a (diff) | |
download | gsoc2013-evolution-93c8da913ba3e095432d6e2c07c8fcd6f5c3bef7.tar gsoc2013-evolution-93c8da913ba3e095432d6e2c07c8fcd6f5c3bef7.tar.gz gsoc2013-evolution-93c8da913ba3e095432d6e2c07c8fcd6f5c3bef7.tar.bz2 gsoc2013-evolution-93c8da913ba3e095432d6e2c07c8fcd6f5c3bef7.tar.lz gsoc2013-evolution-93c8da913ba3e095432d6e2c07c8fcd6f5c3bef7.tar.xz gsoc2013-evolution-93c8da913ba3e095432d6e2c07c8fcd6f5c3bef7.tar.zst gsoc2013-evolution-93c8da913ba3e095432d6e2c07c8fcd6f5c3bef7.zip |
Check for a NULL service->url as we obviously can't subscribe to folders
2001-01-26 Jeffrey Stedfast <fejj@ximian.com>
* subscribe-dialog.c (populate_store_foreach): Check for a NULL
service->url as we obviously can't subscribe to folders on a
non-existant mail source :-)
(subscribe_do_get_store): Check for a NULL url here too, not that
we should need it anymore (due to the above fix) but it doesn't
hurt. Also, should we wait on the thread? Probably doesn't matter.
svn path=/trunk/; revision=7844
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index e84f8975d2..ff11955455 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2001-01-26 Jeffrey Stedfast <fejj@ximian.com> + + * subscribe-dialog.c (populate_store_foreach): Check for a NULL + service->url as we obviously can't subscribe to folders on a + non-existant mail source :-) + (subscribe_do_get_store): Check for a NULL url here too, not that + we should need it anymore (due to the above fix) but it doesn't + hurt. Also, should we wait on the thread? Probably doesn't matter. + 2001-01-26 Iain Holmes <iain@ximian.com> * evolution-outlook-importer.c (load_file_fn): Replace fsetpos with |