diff options
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 4fbb20dca1..03ae95c863 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -117,7 +117,7 @@ impl_Shell_get_component_for_type (PortableServer_Servant servant, CORBA_Environment *ev) { BonoboObject *bonobo_object; - BonoboObjectClient *handler; + EvolutionShellComponentClient *handler; EFolderTypeRegistry *folder_type_registry; Evolution_ShellComponent corba_component; EShell *shell; |