From 97840f8fd8eff35773efcf4b8608e8c151bc73c6 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Mon, 25 Jun 2007 16:00:42 +0000 Subject: [PATCH] * Partially reverted last commit, sometimes the gdk_threads_enter blocks, still need to review it pmo-trunk-r2410 --- src/modest-mail-operation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modest-mail-operation.c b/src/modest-mail-operation.c index e203be2..27cea46 100644 --- a/src/modest-mail-operation.c +++ b/src/modest-mail-operation.c @@ -2087,9 +2087,9 @@ on_refresh_folder (TnyFolder *folder, out: /* Call user defined callback, if it exists */ if (helper->user_callback) { - gdk_threads_enter (); +/* gdk_threads_enter (); */ helper->user_callback (priv->source, folder, helper->user_data); - gdk_threads_leave (); +/* gdk_threads_leave (); */ } /* Free */ -- 1.7.9.5