aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-storage.c')
-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 75d6935f1f..b62f3c5cae 100644
--- a/shell/evolution-storage.c
+++ b/shell/evolution-storage.c
@@ -910,7 +910,7 @@ evolution_storage_update_folder (EvolutionStorage *evolution_storage,
listener = p->data;
GNOME_Evolution_StorageListener_notifyFolderUpdated (listener, path, unread_count, &ev);
- if (ev._major != CORBA_NO_EXCEPTION)
+ if (ev._major == CORBA_NO_EXCEPTION)
continue;
if (ev._major != CORBA_USER_EXCEPTION)