diff options
author | Iain Holmes <iain@helixcode.com> | 2000-10-18 18:51:55 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-10-18 18:51:55 +0800 |
commit | 8d91a9c1c66077eb71a0bdab2bd946be70afa1ac (patch) | |
tree | ec27a07105b5a42fd9cfe938d63f446ede5642dc /mail/ChangeLog | |
parent | afe6513468ae8f21168e64ac67822b1234a0ebcd (diff) | |
download | gsoc2013-evolution-8d91a9c1c66077eb71a0bdab2bd946be70afa1ac.tar gsoc2013-evolution-8d91a9c1c66077eb71a0bdab2bd946be70afa1ac.tar.gz gsoc2013-evolution-8d91a9c1c66077eb71a0bdab2bd946be70afa1ac.tar.bz2 gsoc2013-evolution-8d91a9c1c66077eb71a0bdab2bd946be70afa1ac.tar.lz gsoc2013-evolution-8d91a9c1c66077eb71a0bdab2bd946be70afa1ac.tar.xz gsoc2013-evolution-8d91a9c1c66077eb71a0bdab2bd946be70afa1ac.tar.zst gsoc2013-evolution-8d91a9c1c66077eb71a0bdab2bd946be70afa1ac.zip |
Disable the optionmenu because it is empty. (service_page_item_auth_fill):
2000-10-17 Iain Holmes <iain@helixcode.com>
* mail-config-gui.c (service_page_item_new): Disable the optionmenu
because it is empty.
(service_page_item_auth_fill): Enable the optionmenu as there's stuff
in it now.
* mail-callbacks.c (reply_to_sender): Call check_send_configuration
when we have the FolderBrowser because if it is done in mail_reply
(with passing NULL) it will only be able to continue if the mailer
has already been configured.
(reply_to_all): Same.
svn path=/trunk/; revision=5984
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 331502cc90..151b058e6f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,16 @@ +2000-10-17 Iain Holmes <iain@helixcode.com> + + * mail-config-gui.c (service_page_item_new): Disable the optionmenu + because it is empty. + (service_page_item_auth_fill): Enable the optionmenu as there's stuff + in it now. + + * mail-callbacks.c (reply_to_sender): Call check_send_configuration + when we have the FolderBrowser because if it is done in mail_reply + (with passing NULL) it will only be able to continue if the mailer + has already been configured. + (reply_to_all): Same. + 2000-10-18 Not Zed <NotZed@HelixCode.com> * folder-browser.c (folder_browser_gui_init): No, we REALLY dont |