aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Leach <jleach@src.gnome.org>2001-08-04 07:41:18 +0800
committerJacob Leach <jleach@src.gnome.org>2001-08-04 07:41:18 +0800
commit5f5f1cce9f1223fb45f7d9e5d6ae891185a3ee48 (patch)
tree297dd0688d4e275ff7e7f14b9eef7c22ca5448d9
parent459ecd869f35aeaea7c99d120e51854211efb24a (diff)
downloadgsoc2013-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
-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 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 */