From 25fbeda5e9e6f353ff65b5c2232bdf450a700b41 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 14 Nov 2002 07:55:41 +0000 Subject: shell client objref. (mail_add_storage): " (mail_remove_storage): " 2002-11-14 Not Zed * component-factory.c (create_view): shell client objref. (mail_add_storage): " (mail_remove_storage): " svn path=/trunk/; revision=18751 --- mail/ChangeLog | 6 ++++++ mail/component-factory.c | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 3a0d6aba15..41ad935c2a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2002-11-14 Not Zed + + * component-factory.c (create_view): shell client objref. + (mail_add_storage): " + (mail_remove_storage): " + 2002-11-13 Joe Shaw * Makefile.am: Remove a couple backslashes that were causing diff --git a/mail/component-factory.c b/mail/component-factory.c index 2efe6dc87b..15349686fa 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -149,7 +149,7 @@ create_view (EvolutionShellComponent *shell_component, BonoboControl *control; shell_client = evolution_shell_component_get_owner (shell_component); - corba_shell = bonobo_object_corba_objref (BONOBO_OBJECT (shell_client)); + corba_shell = evolution_shell_client_corba_objref(shell_client); if (type_is_mail (folder_type)) { const char *noselect; @@ -1389,7 +1389,7 @@ mail_add_storage (CamelStore *store, const char *name, const char *uri) g_return_if_fail (CAMEL_IS_STORE (store)); shell_client = evolution_shell_component_get_owner (shell_component); - shell = bonobo_object_corba_objref (BONOBO_OBJECT (shell_client)); + shell = evolution_shell_client_corba_objref (shell_client); camel_exception_init (&ex); @@ -1548,7 +1548,7 @@ mail_remove_storage (CamelStore *store) mail_note_store_remove(store); shell_client = evolution_shell_component_get_owner (shell_component); - corba_shell = bonobo_object_corba_objref (BONOBO_OBJECT (shell_client)); + corba_shell = evolution_shell_client_corba_objref(shell_client); evolution_storage_deregister_on_shell (storage, corba_shell); -- cgit v1.2.3