2007-06-27 Murray Cumming <murrayc@murrayc.com
authorMurray Cumming <murrayc@murrayc.com>
Wed, 27 Jun 2007 12:26:50 +0000 (12:26 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Wed, 27 Jun 2007 12:26:50 +0000 (12:26 +0000)
* src/modest-mail-operation.c: (update_account_thread),
(get_msgs_full_thread): Fix typo failures in the revert
to fix the build.

pmo-trunk-r2457

ChangeLog
ChangeLog2
src/modest-mail-operation.c

index acb6b92..19c0701 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1 +1,8 @@
+2007-06-27  Murray Cumming,,,  <murrayc@murrayc-desktop>
+
+       reviewed by: <delete if not using a buddy>
+
+       * src/modest-mail-operation.c: (update_account_thread),
+       (get_msgs_full_thread):
+
 * please check the svn log instead
index 0c1f661..1a09ef2 100644 (file)
@@ -1,5 +1,11 @@
 2007-06-27  Murray Cumming  <murrayc@murrayc.com
 
+       * src/modest-mail-operation.c: (update_account_thread),
+       (get_msgs_full_thread): Fix typo failures in the revert
+       to fix the build.
+
+2007-06-27  Murray Cumming  <murrayc@murrayc.com
+
        * src/maemo/modest-maemo-global-settings-dialog.c:
        (idle_select_default_focus):
        * src/modest-mail-operation.c: (idle_notify_progress),
index 0862a68..4423453 100644 (file)
@@ -1093,7 +1093,7 @@ update_account_thread (gpointer thr_user_data)
        /* Notify about operation end. Note that the info could be
           freed before this idle happens, but the mail operation will
           be still alive */
-       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));
 
        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);