diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-05-21 04:52:42 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-21 04:52:42 +0800 |
commit | 8925bb176ee69f892e93d9cd7196088fa042871a (patch) | |
tree | bad2dce170976f85c960d996a7bd3d6575f2360c /mail/ChangeLog | |
parent | da7b86e7cfb3bd790a28cdd04058e37a39065fff (diff) | |
download | gsoc2013-evolution-8925bb176ee69f892e93d9cd7196088fa042871a.tar.gz gsoc2013-evolution-8925bb176ee69f892e93d9cd7196088fa042871a.tar.zst gsoc2013-evolution-8925bb176ee69f892e93d9cd7196088fa042871a.zip |
Fixes for bug #57305.
2004-05-20 Jeffrey Stedfast <fejj@novell.com>
Fixes for bug #57305.
* mail-account-gui.c (sig_add_new_signature): Updated for changes
below.
* em-composer-prefs.c (em_composer_prefs_new_signature): No longer
takes a script argument (makes no sense to edit a script with an
HTML editor if we require that the script already exist before we
let the user add it anyway).
(sig_add_cb): Updated for above change.
(sig_add_script_response): Don't pop up an editor window for the
newly added script, the script has already been created! Instead
simply create a new ESignature object, set the sig->name, and add
it to the signature list.
svn path=/trunk/; revision=26023
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index d0cfe3a972..4c4658659d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,20 @@ +2004-05-20 Jeffrey Stedfast <fejj@novell.com> + + Fixes for bug #57305. + + * mail-account-gui.c (sig_add_new_signature): Updated for changes + below. + + * em-composer-prefs.c (em_composer_prefs_new_signature): No longer + takes a script argument (makes no sense to edit a script with an + HTML editor if we require that the script already exist before we + let the user add it anyway). + (sig_add_cb): Updated for above change. + (sig_add_script_response): Don't pop up an editor window for the + newly added script, the script has already been created! Instead + simply create a new ESignature object, set the sig->name, and add + it to the signature list. + 2004-05-20 Radek Doulik <rodo@ximian.com> * em-mailer-prefs.c (em_mailer_prefs_construct): remove "use |