aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-09-09 01:37:57 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-09-09 01:37:57 +0800
commit2be069f2fad9e5973fae2c543defb09c7375ccc3 (patch)
tree8c202a160827f05c04cb115371f60adb52f1e43c /shell/ChangeLog
parentf2df2bcabee527ff9e8aae3f88b102b0c810f04f (diff)
downloadgsoc2013-evolution-2be069f2fad9e5973fae2c543defb09c7375ccc3.tar
gsoc2013-evolution-2be069f2fad9e5973fae2c543defb09c7375ccc3.tar.gz
gsoc2013-evolution-2be069f2fad9e5973fae2c543defb09c7375ccc3.tar.bz2
gsoc2013-evolution-2be069f2fad9e5973fae2c543defb09c7375ccc3.tar.lz
gsoc2013-evolution-2be069f2fad9e5973fae2c543defb09c7375ccc3.tar.xz
gsoc2013-evolution-2be069f2fad9e5973fae2c543defb09c7375ccc3.tar.zst
gsoc2013-evolution-2be069f2fad9e5973fae2c543defb09c7375ccc3.zip
Fix Chris' fixes.
svn path=/trunk/; revision=5270
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 86352d5825..7441bf61cc 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,13 @@
+2000-09-08 Ettore Perazzoli <ettore@helixcode.com>
+
+ * evolution-storage-listener.c (create_servant): Return an
+ `EvolutionStorageListenerServant' instead of a
+ `POA_Evolution_StorageListener'.
+ (evolution_storage_listener_new): Add a cast accordingly.
+
+ * evolution-storage.c (corba_class_init): Remove `NO_WARNINGS'
+ madness.
+
2000-09-08 Christopher James Lahey <clahey@helixcode.com>
* e-storage-set-view.c: Added base ETableModel functions.