From 906a178ce8264e7848330d5244639c0c2d856aee Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Mon, 28 Aug 2000 14:36:26 +0000 Subject: Goodbye, GDK_THREADS! svn path=/trunk/; revision=5074 --- mail/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/session.c') diff --git a/mail/session.c b/mail/session.c index 2d5a01a9d2..09416b0825 100644 --- a/mail/session.c +++ b/mail/session.c @@ -45,7 +45,7 @@ mail_request_dialog (const char *prompt, gboolean secret, const char *key, request_callback, &ans, NULL); if (!dialog) return NULL; - if (mail_dialog_run_and_close (GNOME_DIALOG (dialog)) == -1 || + if (gnome_dialog_run_and_close (GNOME_DIALOG (dialog)) == -1 || ans == NULL) return NULL; } else { -- cgit v1.2.3