[evolution-data-server/gnome-2-32] Bug 630152 - imapx_parser_thread registers wrong operation
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/gnome-2-32] Bug 630152 - imapx_parser_thread registers wrong operation
- Date: Tue, 21 Sep 2010 22:30:28 +0000 (UTC)
commit ff7dbd51041ffcaac6230064d482dc21477b326d
Author: David Woodhouse <David Woodhouse intel com>
Date: Mon Sep 20 13:47:48 2010 +0100
Bug 630152 - imapx_parser_thread registers wrong operation
camel/providers/imapx/camel-imapx-server.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-server.c b/camel/providers/imapx/camel-imapx-server.c
index 2cc5bd2..e51d232 100644
--- a/camel/providers/imapx/camel-imapx-server.c
+++ b/camel/providers/imapx/camel-imapx-server.c
@@ -4621,7 +4621,7 @@ imapx_parser_thread (gpointer d)
GError *local_error = NULL;
op = camel_operation_new (NULL, NULL);
- op = camel_operation_register (op);
+ camel_operation_register (op);
is->op = op;
while (local_error == NULL && is->stream) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]