diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-09-21 06:03:42 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-09-21 06:03:42 +0800 |
commit | 342040b71cae4e70b8532fe92505ee560fcaee86 (patch) | |
tree | 7bd5d77de9320e318a9e245648c8ea0921cdc5ec /mail/ChangeLog | |
parent | 182f312858a77c5338c3839e6a29b111d6356691 (diff) | |
download | gsoc2013-evolution-342040b71cae4e70b8532fe92505ee560fcaee86.tar.gz gsoc2013-evolution-342040b71cae4e70b8532fe92505ee560fcaee86.tar.zst gsoc2013-evolution-342040b71cae4e70b8532fe92505ee560fcaee86.zip |
Connect signal handlers to the GtkHTML preferences so that when the
2002-09-20 Jeffrey Stedfast <fejj@ximian.com>
* mail-preferences.c (mail_preferences_construct): Connect signal
handlers to the GtkHTML preferences so that when the widgets
change we can update the OK/Apply buttons. Also removed the
omenuShortcutsType widget reference since this was not being used?
Fixes bug #30731.
svn path=/trunk/; revision=18147
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index beaa57c795..4d2dd13264 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2002-09-20 Jeffrey Stedfast <fejj@ximian.com> + + * mail-preferences.c (mail_preferences_construct): Connect signal + handlers to the GtkHTML preferences so that when the widgets + change we can update the OK/Apply buttons. Also removed the + omenuShortcutsType widget reference since this was not being used? + Fixes bug #30731. + 2002-09-19 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (do_edit_messages): Unset the changed bit on |