diff options
author | Peter Williams <peterw@ximian.com> | 2001-08-09 02:24:54 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-08-09 02:24:54 +0800 |
commit | 4bda0f453caf3779a6d8e6f3e1bd201b2549b494 (patch) | |
tree | 3a935e621f5255fb5edb4c227e02099888499e75 /mail/ChangeLog | |
parent | 62b28b0d5f05bcdff51bcf3bb2c71f06db583e1b (diff) | |
download | gsoc2013-evolution-4bda0f453caf3779a6d8e6f3e1bd201b2549b494.tar gsoc2013-evolution-4bda0f453caf3779a6d8e6f3e1bd201b2549b494.tar.gz gsoc2013-evolution-4bda0f453caf3779a6d8e6f3e1bd201b2549b494.tar.bz2 gsoc2013-evolution-4bda0f453caf3779a6d8e6f3e1bd201b2549b494.tar.lz gsoc2013-evolution-4bda0f453caf3779a6d8e6f3e1bd201b2549b494.tar.xz gsoc2013-evolution-4bda0f453caf3779a6d8e6f3e1bd201b2549b494.tar.zst gsoc2013-evolution-4bda0f453caf3779a6d8e6f3e1bd201b2549b494.zip |
New function. Set the sensitivity of the subscribe buttons based on
2001-08-08 Peter Williams <peterw@ximian.com>
* subscribe-dialog.c (sc_selection_changed): New function. Set the
sensitivity of the subscribe buttons based on whether any folders
are selected.
(menu_item_selected): If getting the widget for the first time,
hook up sc_selection_changed.
svn path=/trunk/; revision=11800
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 83db8c5aa9..5d43a91671 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,13 @@ 2001-08-08 Peter Williams <peterw@ximian.com> + * subscribe-dialog.c (sc_selection_changed): New function. Set the + sensitivity of the subscribe buttons based on whether any folders + are selected. + (menu_item_selected): If getting the widget for the first time, + hook up sc_selection_changed. + +2001-08-08 Peter Williams <peterw@ximian.com> + * mail-ops.c (mail_update_subfolders): Change this gtk_object_ref on the storage to a bonobo_object_ref. |