From 4270cc1d3e33595feb7d4465f54f426e2faf9496 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 25 Jun 2001 04:24:59 +0000 Subject: 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 --- shell/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 13215a7b9d..0026253fec 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,17 @@ +2001-06-24 Ettore Perazzoli + + * 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 * evolution-test-component.c (activity_client_clicked_callback): -- cgit v1.2.3