diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-04-08 03:10:23 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-04-08 03:10:23 +0800 |
commit | cd84f6183343d2bb0d9c33f580fad11ee894b0b6 (patch) | |
tree | b7c50aaa6d9531c7f0c0702578a94bffeab3b05a /mail/ChangeLog | |
parent | f47b935f60651d08c5ce667a5d9e75998d1fde9f (diff) | |
download | gsoc2013-evolution-cd84f6183343d2bb0d9c33f580fad11ee894b0b6.tar gsoc2013-evolution-cd84f6183343d2bb0d9c33f580fad11ee894b0b6.tar.gz gsoc2013-evolution-cd84f6183343d2bb0d9c33f580fad11ee894b0b6.tar.bz2 gsoc2013-evolution-cd84f6183343d2bb0d9c33f580fad11ee894b0b6.tar.lz gsoc2013-evolution-cd84f6183343d2bb0d9c33f580fad11ee894b0b6.tar.xz gsoc2013-evolution-cd84f6183343d2bb0d9c33f580fad11ee894b0b6.tar.zst gsoc2013-evolution-cd84f6183343d2bb0d9c33f580fad11ee894b0b6.zip |
Set the "script" data on the GtkEntry to NULL. (sig_add_script_response):
2003-04-07 Jeffrey Stedfast <fejj@ximian.com>
* mail-composer-prefs.c (sig_add_script_cb): Set the "script" data
on the GtkEntry to NULL.
(sig_add_script_response): If the "script" data on the GtkEntry
object is non-NULL, then we are editing an existing signature, so
just change the values in place and don't add it to the signature
db.
(sig_edit_cb): If sig->script is non-NULL, then we are editing a
script signature, so pop up the script dialog instead. Fixes bug
#38929.
svn path=/trunk/; revision=20723
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index f0db6e735e..7ef81f7b34 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2003-04-07 Jeffrey Stedfast <fejj@ximian.com> + + * mail-composer-prefs.c (sig_add_script_cb): Set the "script" data + on the GtkEntry to NULL. + (sig_add_script_response): If the "script" data on the GtkEntry + object is non-NULL, then we are editing an existing signature, so + just change the values in place and don't add it to the signature + db. + (sig_edit_cb): If sig->script is non-NULL, then we are editing a + script signature, so pop up the script dialog instead. Fixes bug + #38929. + 2003-04-07 Radek Doulik <rodo@ximian.com> * mail-composer-prefs.c (spell_load_values): use e_iconv_locale_language |