diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-02-25 06:01:11 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-02-25 06:01:11 +0800 |
commit | c105472f85d0e21204c8b4c1070db56557583abe (patch) | |
tree | 602de2a019947eeb44737c7fd5730be0a1b9da22 /mail/ChangeLog | |
parent | 181f7665c708b4871babed040302ec14db882ff4 (diff) | |
download | gsoc2013-evolution-c105472f85d0e21204c8b4c1070db56557583abe.tar gsoc2013-evolution-c105472f85d0e21204c8b4c1070db56557583abe.tar.gz gsoc2013-evolution-c105472f85d0e21204c8b4c1070db56557583abe.tar.bz2 gsoc2013-evolution-c105472f85d0e21204c8b4c1070db56557583abe.tar.lz gsoc2013-evolution-c105472f85d0e21204c8b4c1070db56557583abe.tar.xz gsoc2013-evolution-c105472f85d0e21204c8b4c1070db56557583abe.tar.zst gsoc2013-evolution-c105472f85d0e21204c8b4c1070db56557583abe.zip |
Removed Apply button. As discussed on IRC, UI doesn't feel we should have
2004-02-24 Jeffrey Stedfast <fejj@ximian.com>
* mail-account-editor.c (construct): Removed Apply button. As
discussed on IRC, UI doesn't feel we should have an Apply button
here.
svn path=/trunk/; revision=24857
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 89d3c2ce84..c3256ff717 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,11 @@ 2004-02-24 Jeffrey Stedfast <fejj@ximian.com> + * mail-account-editor.c (construct): Removed Apply button. As + discussed on IRC, UI doesn't feel we should have an Apply button + here. + +2004-02-24 Jeffrey Stedfast <fejj@ximian.com> + * mail-account-editor.c (construct): Need to listen for changes to S/MIME options, the signature option menu, and any extra provider-specific config options. Fixes bug #54036. |