aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-10-05 06:25:18 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-10-05 06:25:18 +0800
commitdbd18ed6ef4078084b2705b04946a8f453b5a35d (patch)
tree3a454d6f8ba7ede991eb5f31b6c743c5aba6323a /mail/ChangeLog
parent3eed228723a8c745e6ae28df8a80191c24dd483a (diff)
downloadgsoc2013-evolution-dbd18ed6ef4078084b2705b04946a8f453b5a35d.tar
gsoc2013-evolution-dbd18ed6ef4078084b2705b04946a8f453b5a35d.tar.gz
gsoc2013-evolution-dbd18ed6ef4078084b2705b04946a8f453b5a35d.tar.bz2
gsoc2013-evolution-dbd18ed6ef4078084b2705b04946a8f453b5a35d.tar.lz
gsoc2013-evolution-dbd18ed6ef4078084b2705b04946a8f453b5a35d.tar.xz
gsoc2013-evolution-dbd18ed6ef4078084b2705b04946a8f453b5a35d.tar.zst
gsoc2013-evolution-dbd18ed6ef4078084b2705b04946a8f453b5a35d.zip
Set the parent window as the fb. This fixes bug #11723. (filter_edit): Do
2001-10-04 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (providers_config): Set the parent window as the fb. This fixes bug #11723. (filter_edit): Do the same thing here too and also to the warning dialog. (edit_msg): Set the parent on the warning dialog. (resend_msg): And here. (search_msg): Here too. (confirm_expunge): Set the parent window on the dialog here too. (save_msg_ok): Same here. svn path=/trunk/; revision=13425
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 3b2ac73b54..c0703762d8 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,15 @@
2001-10-04 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-callbacks.c (providers_config): Set the parent window as
+ the fb. This fixes bug #11723.
+ (filter_edit): Do the same thing here too and also to the warning
+ dialog.
+ (edit_msg): Set the parent on the warning dialog.
+ (resend_msg): And here.
+ (search_msg): Here too.
+ (confirm_expunge): Set the parent window on the dialog here too.
+ (save_msg_ok): Same here.
+
* mail-accounts.c (images_radio_toggled): Ignore the signal if the
radio button is not "on". This fixes bug #10532 because the on/off
signals don't always come in the off->on order.