From fad1048c1bc7c92496df1d580064cd3a5e716840 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 30 May 2000 23:59:22 +0000 Subject: Make quit work again by implementing a CORBA method to unregister components in ShellComponent. Implemented toggle menu items to hide/show the shortcut bar and the folder bar (but they don't work, apparently because of some BonoboUIHandler bogosity). Implemented a CORBA method in Shell to allow a client to get the component that handles a certain folder type. svn path=/trunk/; revision=3303 --- shell/Evolution-ShellComponent.idl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell/Evolution-ShellComponent.idl') diff --git a/shell/Evolution-ShellComponent.idl b/shell/Evolution-ShellComponent.idl index 2e67b18c17..6f0e566d44 100644 --- a/shell/Evolution-ShellComponent.idl +++ b/shell/Evolution-ShellComponent.idl @@ -28,6 +28,10 @@ module Evolution { void set_owner (in Shell shell) raises (AlreadyOwned); + exception NotOwned {}; + void unset_owner () + raises (NotOwned); + exception NotFound {}; Bonobo::Control create_view (in string physical_uri) raises (NotFound); -- cgit v1.2.3