From: Sergio Villar Senin Date: Mon, 25 Jun 2007 16:00:42 +0000 (+0000) Subject: * Partially reverted last commit, sometimes the gdk_threads_enter blocks, still... X-Git-Tag: git_migration_finished~3123 X-Git-Url: http://git.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=97840f8fd8eff35773efcf4b8608e8c151bc73c6;p=modest * Partially reverted last commit, sometimes the gdk_threads_enter blocks, still need to review it pmo-trunk-r2410 --- 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 */