aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-10-11 12:28:44 +0800
committerChris Toshok <toshok@src.gnome.org>2000-10-11 12:28:44 +0800
commit139f2405f0a36396f7e3e171ad03a18e8d78ea69 (patch)
tree20c9748a01054278eb088b7198095f353c0fd423 /mail/ChangeLog
parent73f3bc0bd4680f3e4d4fd77d5b9f5d598ffca209 (diff)
downloadgsoc2013-evolution-139f2405f0a36396f7e3e171ad03a18e8d78ea69.tar
gsoc2013-evolution-139f2405f0a36396f7e3e171ad03a18e8d78ea69.tar.gz
gsoc2013-evolution-139f2405f0a36396f7e3e171ad03a18e8d78ea69.tar.bz2
gsoc2013-evolution-139f2405f0a36396f7e3e171ad03a18e8d78ea69.tar.lz
gsoc2013-evolution-139f2405f0a36396f7e3e171ad03a18e8d78ea69.tar.xz
gsoc2013-evolution-139f2405f0a36396f7e3e171ad03a18e8d78ea69.tar.zst
gsoc2013-evolution-139f2405f0a36396f7e3e171ad03a18e8d78ea69.zip
umm.. duh :) only subscribe if it's not subscribed, and vice versa.
2000-10-10 Chris Toshok <toshok@helixcode.com> * subscribe-dialog.c (folder_toggle_cb): umm.. duh :) only subscribe if it's not subscribed, and vice versa. (subscribe_folder_foreach): make sure to call e_tree_model_node_changed. (unsubscribe_folder_foreach): make sure to call e_tree_model_node_changed. svn path=/trunk/; revision=5831
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index e955c86300..65d0c0d8bb 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,14 @@
2000-10-10 Chris Toshok <toshok@helixcode.com>
+ * subscribe-dialog.c (folder_toggle_cb): umm.. duh :) only
+ subscribe if it's not subscribed, and vice versa.
+ (subscribe_folder_foreach): make sure to call
+ e_tree_model_node_changed.
+ (unsubscribe_folder_foreach): make sure to call
+ e_tree_model_node_changed.
+
+2000-10-10 Chris Toshok <toshok@helixcode.com>
+
* mail-ops.c (setup_scan_subfolders): add a ref to input->storage
here so that the ref/unref pattern more closely matches other
mail-ops. also, this keeps the storage from being freed when we