diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/evolution-storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/evolution-storage.c b/shell/evolution-storage.c index ea8ffed6c5..27b2c53808 100644 --- a/shell/evolution-storage.c +++ b/shell/evolution-storage.c @@ -398,7 +398,7 @@ impl_Storage_updateFolder (PortableServer_Servant servant, unread_count, &ev); - if (ev._major != CORBA_NO_EXCEPTION) + if (ev->_major != CORBA_NO_EXCEPTION) continue; /* FIXME: Handle errors */ |