From: Murray Cumming Date: Wed, 27 Jun 2007 12:26:50 +0000 (+0000) Subject: 2007-06-27 Murray Cumming + + reviewed by: + + * src/modest-mail-operation.c: (update_account_thread), + (get_msgs_full_thread): + * please check the svn log instead diff --git a/ChangeLog2 b/ChangeLog2 index 0c1f661..1a09ef2 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,5 +1,11 @@ 2007-06-27 Murray Cumming mail_op)); + g_idle_add (idle_notify_update_account_queue, g_object_ref (info->mail_op)); if (info->callback) { /* This thread is not in the main lock */ @@ -1750,7 +1750,7 @@ get_msgs_full_thread (gpointer thr_user_data) priv->status = MODEST_MAIL_OPERATION_STATUS_SUCCESS; /* Notify about operation end */ - g_idle_add (notify_update_account_queue, g_object_ref (info->mail_op)); + g_idle_add (idle_notify_update_account_queue, g_object_ref (info->mail_op)); /* Free thread resources. Will be called after all previous idles */ g_idle_add_full (G_PRIORITY_DEFAULT_IDLE + 1, get_msgs_full_destroyer, info, NULL);