aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-threads.c')
-rw-r--r--mail/mail-threads.c4
1 files changed, 2 insertions, 2 deletions
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) {