Javier: if I remove this one, tny_folder_copy_async does not hang anymore
authorPhilip Van Hoof <philip@codeminded.be>
Mon, 13 Aug 2007 14:48:43 +0000 (14:48 +0000)
committerPhilip Van Hoof <philip@codeminded.be>
Mon, 13 Aug 2007 14:48:43 +0000 (14:48 +0000)
g_signal_emit (G_OBJECT (self), signals[PROGRESS_CHANGED_SIGNAL], 0, state, NULL);
https://projects.maemo.org/bugzilla/show_bug.cgi?id=63060

pmo-trunk-r2972

src/modest-mail-operation.c

index 1ebd006..e7ff1e7 100644 (file)
@@ -1677,7 +1677,17 @@ transfer_folder_status_cb (GObject *obj,
         * which is already GDK locked by Tinymail */
 
        /* no gdk_threads_enter (), CHECKED */
-       g_signal_emit (G_OBJECT (self), signals[PROGRESS_CHANGED_SIGNAL], 0, state, NULL);
+
+       /* * Bugfix by PVH
+        * 
+        * Javier: if I remove this one, tny_folder_copy_async does not hang anymore
+        *
+        * g_signal_emit (G_OBJECT (self), signals[PROGRESS_CHANGED_SIGNAL], 0, state, NULL); 
+        * 
+        * https://projects.maemo.org/bugzilla/show_bug.cgi?id=63060
+        *
+        * */
+
        /* no gdk_threads_leave (), CHECKED */
 
        g_slice_free (ModestMailOperationState, state);