diff options
author | Rodney Dawes <dobey@novell.com> | 2005-06-01 02:20:52 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2005-06-01 02:20:52 +0800 |
commit | ff6a38b627b7052ef42322ee8fbaf730cb6aec89 (patch) | |
tree | 72110cfb8d72b99edb17137744dc5142b454ee52 /mail/ChangeLog | |
parent | 6983c4ecf4d016972a48b96dc697ff57167ec718 (diff) | |
download | gsoc2013-evolution-ff6a38b627b7052ef42322ee8fbaf730cb6aec89.tar gsoc2013-evolution-ff6a38b627b7052ef42322ee8fbaf730cb6aec89.tar.gz gsoc2013-evolution-ff6a38b627b7052ef42322ee8fbaf730cb6aec89.tar.bz2 gsoc2013-evolution-ff6a38b627b7052ef42322ee8fbaf730cb6aec89.tar.lz gsoc2013-evolution-ff6a38b627b7052ef42322ee8fbaf730cb6aec89.tar.xz gsoc2013-evolution-ff6a38b627b7052ef42322ee8fbaf730cb6aec89.tar.zst gsoc2013-evolution-ff6a38b627b7052ef42322ee8fbaf730cb6aec89.zip |
Update these methods to use the listener method of access from bonobo as
2005-05-31 Rodney Dawes <dobey@novell.com>
* em-folder-browser.c (emfb_view_hide_read, emfb_view_show_selected):
(emfb_view_show_all): Update these methods to use the listener method
of access from bonobo as they are radio buttons now
(emfb_verbs): Comment out the verbs for the above methods, as they are
configured through add_listener now
(emfb_enable_map): s/ViewHideSelected/ViewShowSelected/
(emfb_activate): Add the listeners for the radio buttons for filtering
the message list for unread, selected, or all messages
svn path=/trunk/; revision=29432
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a28a7f2d8d..b13e9ff772 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2005-05-31 Rodney Dawes <dobey@novell.com> + + * em-folder-browser.c (emfb_view_hide_read, emfb_view_show_selected): + (emfb_view_show_all): Update these methods to use the listener method + of access from bonobo as they are radio buttons now + (emfb_verbs): Comment out the verbs for the above methods, as they are + configured through add_listener now + (emfb_enable_map): s/ViewHideSelected/ViewShowSelected/ + (emfb_activate): Add the listeners for the radio buttons for filtering + the message list for unread, selected, or all messages + 2005-05-24 Rodney Dawes <dobey@novell.com> * em-folder-selector.c (folder_created_cb): Remove this unused method |