aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/camel-gw-listener.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/groupwise-features/camel-gw-listener.c')
-rw-r--r--plugins/groupwise-features/camel-gw-listener.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/groupwise-features/camel-gw-listener.c b/plugins/groupwise-features/camel-gw-listener.c
index b65ba9768f..b9385ab390 100644
--- a/plugins/groupwise-features/camel-gw-listener.c
+++ b/plugins/groupwise-features/camel-gw-listener.c
@@ -876,7 +876,7 @@ account_changed (EAccountList *account_listener, EAccount *account)
g_free (existing_account_info->source_url);
g_free (existing_account_info);
- } else if ( existing_account_info != NULL && is_gw_account ) {
+ } else if (existing_account_info != NULL && is_gw_account) {
if (!account->enabled) {
account_removed (account_listener, account);