aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-operations.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/exchange-operations/exchange-operations.c')
-rw-r--r--plugins/exchange-operations/exchange-operations.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/exchange-operations/exchange-operations.c b/plugins/exchange-operations/exchange-operations.c
index b37473ae50..bd7f959ef5 100644
--- a/plugins/exchange-operations/exchange-operations.c
+++ b/plugins/exchange-operations/exchange-operations.c
@@ -192,6 +192,9 @@ exchange_operations_report_error (ExchangeAccount *account, ExchangeAccountResul
gchar *error_string;
g_return_if_fail (account != NULL);
+
+ if (result == EXCHANGE_ACCOUNT_CONNECT_SUCCESS)
+ return;
error_string = g_strconcat ("org-gnome-exchange-operations:", error_ids[result], NULL);