aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-25 12:24:59 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-25 12:24:59 +0800
commit4270cc1d3e33595feb7d4465f54f426e2faf9496 (patch)
tree6fccb11133fad6823d94079981091693b255d53b /shell/ChangeLog
parent2f67aaaf88cde1291eeec5e0e7e07be914c45263 (diff)
downloadgsoc2013-evolution-4270cc1d3e33595feb7d4465f54f426e2faf9496.tar
gsoc2013-evolution-4270cc1d3e33595feb7d4465f54f426e2faf9496.tar.gz
gsoc2013-evolution-4270cc1d3e33595feb7d4465f54f426e2faf9496.tar.bz2
gsoc2013-evolution-4270cc1d3e33595feb7d4465f54f426e2faf9496.tar.lz
gsoc2013-evolution-4270cc1d3e33595feb7d4465f54f426e2faf9496.tar.xz
gsoc2013-evolution-4270cc1d3e33595feb7d4465f54f426e2faf9496.tar.zst
gsoc2013-evolution-4270cc1d3e33595feb7d4465f54f426e2faf9496.zip
Change EShell to derive from BonoboXObject for sake of simplicity.
Also change it so that it cleanly unregisters from OAF on ::destroy. svn path=/trunk/; revision=10465
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 13215a7b9d..0026253fec 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,19 @@
2001-06-24 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell.c: New member `iid' in EShellPrivate.
+ (init): Init to NULL.
+ (e_shell_construct): Set it to the value of the @iid argument.
+ (destroy): Unregister that IID.
+ (register_shell): Removed.
+ (e_shell_construct): Just do all the work here. The function was
+ too simple to really be useful as separate.
+
+ * e-shell.c, e-shell.h: Changed to derive from BonoboXObject
+ instead of deriving from BonoboObject and doing all the nasty
+ CORBA work by hand.
+
+2001-06-24 Ettore Perazzoli <ettore@ximian.com>
+
* evolution-test-component.c (activity_client_clicked_callback):
New callback for the "clicked" signal on the EActivityClient.
Just spit out a warning now, for testing purposes.