[evolution] Correct typo in the previous commit ('error' versus 'local_error')



commit 569a2903b9e7bdccd4f1e7145039d2a4b8211ca2
Author: Milan Crha <mcrha redhat com>
Date:   Tue Jul 8 13:07:08 2014 +0200

    Correct typo in the previous commit ('error' versus 'local_error')

 libemail-engine/mail-ops.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libemail-engine/mail-ops.c b/libemail-engine/mail-ops.c
index c12555f..c7bea63 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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]