[evolution] Bug #632676 - Only "Checking for new mail" in status bar and nothing else
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug #632676 - Only "Checking for new mail" in status bar and nothing else
- Date: Tue, 9 Nov 2010 11:45:46 +0000 (UTC)
commit dfa68e5beb9ca892fa74d88e53109e36380e35d8
Author: Milan Crha <mcrha redhat com>
Date: Tue Nov 9 12:45:17 2010 +0100
Bug #632676 - Only "Checking for new mail" in status bar and nothing else
mail/mail-send-recv.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mail/mail-send-recv.c b/mail/mail-send-recv.c
index 63cc283..91ab63e 100644
--- a/mail/mail-send-recv.c
+++ b/mail/mail-send-recv.c
@@ -919,10 +919,10 @@ refresh_folders_exec (struct _refresh_folders_msg *m,
m->folders->pdata[i], 0,
cancellable, &local_error);
if (folder) {
- /* FIXME Not passing a GCancellable or GError here. */
+ /* FIXME Not passing a GError here. */
camel_folder_synchronize_sync (
- folder, FALSE, NULL, NULL);
- camel_folder_refresh_info_sync (folder, NULL, NULL);
+ folder, FALSE, cancellable, NULL);
+ camel_folder_refresh_info_sync (folder, cancellable, NULL);
g_object_unref (folder);
} else if (local_error != NULL) {
g_warning ("Failed to refresh folders: %s", local_error->message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]