From 8b01bc9334622e0d5cf643e7c26578acc7c83a78 Mon Sep 17 00:00:00 2001 From: 6 Date: Fri, 26 Oct 2001 02:03:22 +0000 Subject: Use a timeout not an idle handler. 2001-10-26 * component-factory.c (owner_unset_cb): Use a timeout not an idle handler. * mail-callbacks.c (providers_config): Only set the parent window. * mail-accounts.c (mail_edit): Set the parent on the account editor. svn path=/trunk/; revision=14121 --- mail/mail-accounts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/mail-accounts.c') diff --git a/mail/mail-accounts.c b/mail/mail-accounts.c index fa3c0a750b..32368e4e95 100644 --- a/mail/mail-accounts.c +++ b/mail/mail-accounts.c @@ -250,6 +250,7 @@ mail_edit (GtkButton *button, gpointer data) account = gtk_clist_get_row_data (dialog->mail_accounts, dialog->accounts_row); editor = mail_account_editor_new (account); + gnome_dialog_set_parent((GnomeDialog *)editor, GTK_WINDOW (dialog)); gtk_signal_connect (GTK_OBJECT (editor), "destroy", GTK_SIGNAL_FUNC (mail_editor_destroyed), dialog); -- cgit v1.2.3