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/ChangeLog | 5 +++++ mail/mail-threads.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 1e7342be4c..f6101c4622 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-08-13 Jeffrey Stedfast + + * mail-threads.c (get_password): Don't wrap the gnome_dialog_run + in GDK_THREADS_ENTER/LEAVE + 2000-08-13 Ettore Perazzoli * folder-browser-factory.c (control_destroy_cb): Remove the 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