* Partially reverted last commit, sometimes the gdk_threads_enter blocks, still...
authorSergio Villar Senin <svillar@igalia.com>
Mon, 25 Jun 2007 16:00:42 +0000 (16:00 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Mon, 25 Jun 2007 16:00:42 +0000 (16:00 +0000)
pmo-trunk-r2410

src/modest-mail-operation.c

index e203be2..27cea46 100644 (file)
@@ -2087,9 +2087,9 @@ on_refresh_folder (TnyFolder   *folder,
  out:
        /* Call user defined callback, if it exists */
        if (helper->user_callback) {
  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);
                helper->user_callback (priv->source, folder, helper->user_data);
-               gdk_threads_leave ();
+/*             gdk_threads_leave (); */
        }
 
        /* Free */
        }
 
        /* Free */