aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-03-23 02:09:06 +0800
committerDan Winship <danw@src.gnome.org>2002-03-23 02:09:06 +0800
commit8c9e6401942190c71022233ea425803dbc353a02 (patch)
tree7189cd8796e0219d45d40e916490a86655d9d272
parent65193c5db206bbdcebf8df2808dd48b9ea2bd724 (diff)
downloadgsoc2013-evolution-8c9e6401942190c71022233ea425803dbc353a02.tar
gsoc2013-evolution-8c9e6401942190c71022233ea425803dbc353a02.tar.gz
gsoc2013-evolution-8c9e6401942190c71022233ea425803dbc353a02.tar.bz2
gsoc2013-evolution-8c9e6401942190c71022233ea425803dbc353a02.tar.lz
gsoc2013-evolution-8c9e6401942190c71022233ea425803dbc353a02.tar.xz
gsoc2013-evolution-8c9e6401942190c71022233ea425803dbc353a02.tar.zst
gsoc2013-evolution-8c9e6401942190c71022233ea425803dbc353a02.zip
*** empty log message ***
svn path=/trunk/; revision=16230
-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;