From 81d36ac97339888bd5d5fc81661371191922b1a1 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 16 Dec 2002 21:32:25 +0000 Subject: (addressbook_config_control_new): Use evolution_shell_client_corba_objref() instead of BONOBO_OBJREF() to get the Shell CORBA object. svn path=/trunk/; revision=19139 --- addressbook/gui/component/addressbook-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c index 1cc001f4e5..df65eb72d3 100644 --- a/addressbook/gui/component/addressbook-config.c +++ b/addressbook/gui/component/addressbook-config.c @@ -1677,7 +1677,7 @@ addressbook_config_control_new (void) { GNOME_Evolution_Shell shell; - shell = BONOBO_OBJREF (addressbook_component_get_shell_client ()); + shell = evolution_shell_client_corba_objref (addressbook_component_get_shell_client ()); if (! shell) return NULL; -- cgit v1.2.3