aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/evolution-storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/evolution-storage.c b/shell/evolution-storage.c
index afd50bfc55..382af7f8a2 100644
--- a/shell/evolution-storage.c
+++ b/shell/evolution-storage.c
@@ -1066,7 +1066,7 @@ evolution_storage_has_subfolders (EvolutionStorage *evolution_storage,
listener = p->data;
GNOME_Evolution_StorageListener_notifyHasSubfolders (listener, path, message, &ev);
- if (ev._major != CORBA_NO_EXCEPTION)
+ if (ev._major == CORBA_NO_EXCEPTION)
continue;
if (ev._major != CORBA_USER_EXCEPTION)
result = EVOLUTION_STORAGE_ERROR_CORBA;