diff options
author | Not Zed <NotZed@Ximian.com> | 2002-08-08 10:46:28 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-08-08 10:46:28 +0800 |
commit | bb7325aeac8e1dbbd8bafe301681464bf7215833 (patch) | |
tree | fcfbf20acfd0997e0de2ccfb4812c3c8a2f6c8de /mail/ChangeLog | |
parent | 511e3153b986168e7dd189b82b1878bd43b49981 (diff) | |
download | gsoc2013-evolution-bb7325aeac8e1dbbd8bafe301681464bf7215833.tar.gz gsoc2013-evolution-bb7325aeac8e1dbbd8bafe301681464bf7215833.tar.zst gsoc2013-evolution-bb7325aeac8e1dbbd8bafe301681464bf7215833.zip |
Force a refresh of the menu sensitivity when the thread state changes.
2002-08-08 Not Zed <NotZed@Ximian.com>
* folder-browser.c (folder_browser_toggle_threads): Force a
refresh of the menu sensitivity when the thread state changes.
2002-08-07 Not Zed <NotZed@Ximian.com>
* folder-browser-ui.c: Added EditSelectThread to only enable
threaded mode if threaded is on. For #19941. Added some macro's
to simplify the table.
(folder_browser_ui_set_selection_state): Implement IS_THREADED
mask.
svn path=/trunk/; revision=17738
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index f1eece3b50..46216d903b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,16 @@ +2002-08-08 Not Zed <NotZed@Ximian.com> + + * folder-browser.c (folder_browser_toggle_threads): Force a + refresh of the menu sensitivity when the thread state changes. + +2002-08-07 Not Zed <NotZed@Ximian.com> + + * folder-browser-ui.c: Added EditSelectThread to only enable + threaded mode if threaded is on. For #19941. Added some macro's + to simplify the table. + (folder_browser_ui_set_selection_state): Implement IS_THREADED + mask. + 2002-08-07 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (composer_send_queued_cb): Delete the Draft |