diff options
author | Jacob Leach <jleach@src.gnome.org> | 2001-08-04 07:41:18 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-08-04 07:41:18 +0800 |
commit | 5f5f1cce9f1223fb45f7d9e5d6ae891185a3ee48 (patch) | |
tree | 297dd0688d4e275ff7e7f14b9eef7c22ca5448d9 /shell | |
parent | 459ecd869f35aeaea7c99d120e51854211efb24a (diff) | |
download | gsoc2013-evolution-5f5f1cce9f1223fb45f7d9e5d6ae891185a3ee48.tar gsoc2013-evolution-5f5f1cce9f1223fb45f7d9e5d6ae891185a3ee48.tar.gz gsoc2013-evolution-5f5f1cce9f1223fb45f7d9e5d6ae891185a3ee48.tar.bz2 gsoc2013-evolution-5f5f1cce9f1223fb45f7d9e5d6ae891185a3ee48.tar.lz gsoc2013-evolution-5f5f1cce9f1223fb45f7d9e5d6ae891185a3ee48.tar.xz gsoc2013-evolution-5f5f1cce9f1223fb45f7d9e5d6ae891185a3ee48.tar.zst gsoc2013-evolution-5f5f1cce9f1223fb45f7d9e5d6ae891185a3ee48.zip |
oops, should have tested that warning fix.
svn path=/trunk/; revision=11639
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 */ |