From 569a2903b9e7bdccd4f1e7145039d2a4b8211ca2 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 8 Jul 2014 13:07:08 +0200 Subject: Correct typo in the previous commit ('error' versus 'local_error') --- libemail-engine/mail-ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libemail-engine') diff --git a/libemail-engine/mail-ops.c b/libemail-engine/mail-ops.c index c12555ff5d..c7bea6326a 100644 --- a/libemail-engine/mail-ops.c +++ b/libemail-engine/mail-ops.c @@ -850,7 +850,7 @@ exit: * camel_service_disconnect_sync(). */ if (g_cancellable_is_cancelled (cancellable)) { camel_service_disconnect_sync (service, FALSE, NULL, NULL); - } else if (error != NULL) { + } else if (local_error != NULL) { camel_service_disconnect_sync (service, FALSE, cancellable, NULL); } else { camel_service_disconnect_sync (service, TRUE, cancellable, &local_error); -- cgit v1.2.3