aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-08-08 02:39:14 +0800
committerPeter Williams <peterw@src.gnome.org>2001-08-08 02:39:14 +0800
commit233aa53aefe06bb717f2e5d93107e9408172d464 (patch)
tree21bc2919ca40e5c5177267799af2c483a0abd796 /mail/ChangeLog
parentd4b50908309bb448b374e22d959b2bd1022b7005 (diff)
downloadgsoc2013-evolution-233aa53aefe06bb717f2e5d93107e9408172d464.tar
gsoc2013-evolution-233aa53aefe06bb717f2e5d93107e9408172d464.tar.gz
gsoc2013-evolution-233aa53aefe06bb717f2e5d93107e9408172d464.tar.bz2
gsoc2013-evolution-233aa53aefe06bb717f2e5d93107e9408172d464.tar.lz
gsoc2013-evolution-233aa53aefe06bb717f2e5d93107e9408172d464.tar.xz
gsoc2013-evolution-233aa53aefe06bb717f2e5d93107e9408172d464.tar.zst
gsoc2013-evolution-233aa53aefe06bb717f2e5d93107e9408172d464.zip
Move fe_create_root_node farther down, so we can check for its children
2001-08-07 Peter Williams <peterw@ximian.com> * subscribe-dialog.c (folder_etree_construct): Move fe_create_root_node farther down, so we can check for its children without problems. (storage_tree_path): Removed, this was broken. (subscribe_get_short_folderinfo): Use the queued thread instead of the new thread. (subscribe_do_subscribe_folder): Same. (ftree_node_new_root): Don't create the path anymore; it was broken and there's a better way to get it now. (fe_got_children): Remove some debugging output. (fe_check_for_children): Here too. (fe_done_subscribing): Get the path from the URI instead of the ftree_node. (_SubscribeDialogPrivate): Add all of our useful widgets as members. (sc_refresh_pressed): Don't clear the search... that makes no sense now. (sc_search_activated): Don't set the filter radio button as active now; we use sensitivity instead. (sc_all_toggled): Make the search entry insensitive. (sc_filter_toggled): Make the search entry sensitive. (kill_default_view): New function. Gets rid of the default view stuff and makes all the widgetry sensitive. (menu_item_selected): Check if we moved off of the default view and, if so, call kill_default_view(). (subscribe_dialog_construct): Initialize our new private widget members, and by default insensitize most of the buttons because they make no sense in the default view. svn path=/trunk/; revision=11736
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog30
1 files changed, 27 insertions, 3 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 3c26efdc5b..9773b8f793 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,30 @@
+2001-08-07 Peter Williams <peterw@ximian.com>
+
+ * subscribe-dialog.c (folder_etree_construct): Move fe_create_root_node
+ farther down, so we can check for its children without problems.
+ (storage_tree_path): Removed, this was broken.
+ (subscribe_get_short_folderinfo): Use the queued thread instead of the
+ new thread.
+ (subscribe_do_subscribe_folder): Same.
+ (ftree_node_new_root): Don't create the path anymore; it was broken
+ and there's a better way to get it now.
+ (fe_got_children): Remove some debugging output.
+ (fe_check_for_children): Here too.
+ (fe_done_subscribing): Get the path from the URI instead of the ftree_node.
+ (_SubscribeDialogPrivate): Add all of our useful widgets as members.
+ (sc_refresh_pressed): Don't clear the search... that makes no sense now.
+ (sc_search_activated): Don't set the filter radio button as active now;
+ we use sensitivity instead.
+ (sc_all_toggled): Make the search entry insensitive.
+ (sc_filter_toggled): Make the search entry sensitive.
+ (kill_default_view): New function. Gets rid of the default view stuff and
+ makes all the widgetry sensitive.
+ (menu_item_selected): Check if we moved off of the default view and, if so,
+ call kill_default_view().
+ (subscribe_dialog_construct): Initialize our new private widget members, and
+ by default insensitize most of the buttons because they make no sense in the
+ default view.
+
2001-08-06 Jeffrey Stedfast <fejj@ximian.com>
* mail-config.glade: Added key accelerators to a bunch of the
@@ -35,9 +62,6 @@
* mail-callbacks.c (manage_subscriptions): Change to reflect API
update.
- * component-factory.c (mail_load_storages): Don't add the storage
- if it has been disabled.
-
* Makefile.am (etspec_DATA): Add subscribe-dialog.etspec.
(glade_DATA): And the glade file.