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-shell-component.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'shell/evolution-shell-component.h') diff --git a/shell/evolution-shell-component.h b/shell/evolution-shell-component.h index 4b00f5df0a..f60f89f93d 100644 --- a/shell/evolution-shell-component.h +++ b/shell/evolution-shell-component.h @@ -68,8 +68,9 @@ struct _EvolutionShellComponentClass { /* Signals. */ - void (* owner_set) (EvolutionShellComponent *shell_component, - Evolution_Shell shell_interface); + void (* owner_set) (EvolutionShellComponent *shell_component, + Evolution_Shell shell_interface); + void (* owner_unset) (EvolutionShellComponent *shell_component); }; -- cgit