[evolution-data-server] [NNTP] Provide feedback when updating folder content
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] [NNTP] Provide feedback when updating folder content
- Date: Fri, 24 Apr 2015 10:23:25 +0000 (UTC)
commit dc6f15765e8d3d2bfaf4544263fcd51d05952419
Author: Milan Crha <mcrha redhat com>
Date: Fri Apr 24 12:21:29 2015 +0200
[NNTP] Provide feedback when updating folder content
Only the cancellable wasn't passed in, the rest of changes
was all there. The side-effect is that the folder update can
be properly cancelled from UI.
camel/providers/nntp/camel-nntp-store.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/nntp/camel-nntp-store.c b/camel/providers/nntp/camel-nntp-store.c
index 3b95ca4..adce087 100644
--- a/camel/providers/nntp/camel-nntp-store.c
+++ b/camel/providers/nntp/camel-nntp-store.c
@@ -2164,7 +2164,7 @@ camel_nntp_command (CamelNNTPStore *nntp_store,
if (ret == 211) {
camel_nntp_store_set_current_group (
nntp_store, full_name);
- if (camel_nntp_folder_selected (folder, *line, NULL, &local_error) < 0) {
+ if (camel_nntp_folder_selected (folder, *line, cancellable, &local_error) <
0) {
ret = -1;
goto error;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]