From 639b2e2157425d4b4c011c1e74a91bb02a2e9338 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sun, 13 Aug 2000 18:48:24 +0000 Subject: Don't wrap the gnome_dialog_run in GDK_THREADS_ENTER/LEAVE 2000-08-13 Jeffrey Stedfast * mail-threads.c (get_password): Don't wrap the gnome_dialog_run in GDK_THREADS_ENTER/LEAVE svn path=/trunk/; revision=4803 --- mail/mail-threads.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/mail-threads.c') diff --git a/mail/mail-threads.c b/mail/mail-threads.c index e1707eb3f3..473f1211df 100644 --- a/mail/mail-threads.c +++ b/mail/mail-threads.c @@ -847,9 +847,9 @@ get_password (com_msg_t * msg) button = -1; } else { *(msg->reply) = NULL; - GDK_THREADS_ENTER (); + /*GDK_THREADS_ENTER ();*/ button = gnome_dialog_run_and_close (GNOME_DIALOG (dialog)); - GDK_THREADS_LEAVE (); + /*GDK_THREADS_LEAVE ();*/ } if (button == 1 || *(msg->reply) == NULL) { -- cgit v1.2.3