From 51bd9ba1bb27bf599c373c77248f97eba3c5dd74 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 8 Jan 2001 20:05:56 +0000 Subject: A bunch of fixes. 2001-01-08 Jeffrey Stedfast * mail-config-druid.c: A bunch of fixes. * mail-accounts.c: More fixes... * mail-account-editor.c (construct): Reparent the notebook to the editor->vbox and set the resize policy. svn path=/trunk/; revision=7301 --- mail/mail-callbacks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-callbacks.c') diff --git a/mail/mail-callbacks.c b/mail/mail-callbacks.c index ab461a6b04..3f59d474e5 100644 --- a/mail/mail-callbacks.c +++ b/mail/mail-callbacks.c @@ -948,7 +948,7 @@ providers_config (BonoboUIComponent *uih, void *user_data, const char *path) MailAccountsDialog *dialog; dialog = mail_accounts_dialog_new ((FOLDER_BROWSER (user_data))->shell); - gtk_widget_show (GTK_WIDGET (dialog)); + gnome_dialog_run_and_close (GNOME_DIALOG (dialog)); } /* -- cgit