diff options
author | Dan Winship <danw@src.gnome.org> | 2001-10-10 02:04:13 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-10-10 02:04:13 +0800 |
commit | beaba25d506b981d39340bb071dcb58baf106265 (patch) | |
tree | 84790141125d109e2bd137589817e426779a48c7 /mail/ChangeLog | |
parent | 76663ce9354009ba4c34d91ca3431fe4b14754ea (diff) | |
download | gsoc2013-evolution-beaba25d506b981d39340bb071dcb58baf106265.tar gsoc2013-evolution-beaba25d506b981d39340bb071dcb58baf106265.tar.gz gsoc2013-evolution-beaba25d506b981d39340bb071dcb58baf106265.tar.bz2 gsoc2013-evolution-beaba25d506b981d39340bb071dcb58baf106265.tar.lz gsoc2013-evolution-beaba25d506b981d39340bb071dcb58baf106265.tar.xz gsoc2013-evolution-beaba25d506b981d39340bb071dcb58baf106265.tar.zst gsoc2013-evolution-beaba25d506b981d39340bb071dcb58baf106265.zip |
Use gtk_signal_connect_while_alive here so e_gnome_dialog_parent_destroyed
* mail-callbacks.c (e_gnome_dialog_set_parent): Use
gtk_signal_connect_while_alive here so
e_gnome_dialog_parent_destroyed doesn't get called on an
already-destroyed dialog.
* mail-config-druid.c (*_prepare): Record which page we're
currently in.
(*_changed): Only update the druid buttons if we're the current
page. Fixes a problem that could make it impossible to get beyond
the first page of the setup wizard.
svn path=/trunk/; revision=13522
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 36daea721c..d5a1f97ada 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,16 @@ 2001-10-09 Dan Winship <danw@ximian.com> + * mail-callbacks.c (e_gnome_dialog_set_parent): Use + gtk_signal_connect_while_alive here so + e_gnome_dialog_parent_destroyed doesn't get called on an + already-destroyed dialog. + + * mail-config-druid.c (*_prepare): Record which page we're + currently in. + (*_changed): Only update the druid buttons if we're the current + page. Fixes a problem that could make it impossible to get beyond + the first page of the setup wizard. + * mail-callbacks.c (mail_generate_reply): Revert the change to use e_msg_composer_new_with_message. That has unwanted side effects. (This commit re-breaks replying to HTML messages with inline |