aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/mail-threads.c4
2 files changed, 7 insertions, 2 deletions
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 <fejj@helixcode.com>
+
+ * mail-threads.c (get_password): Don't wrap the gnome_dialog_run
+ in GDK_THREADS_ENTER/LEAVE
+
2000-08-13 Ettore Perazzoli <ettore@helixcode.com>
* 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) {