From 3acdd451ad691011a10d3ea4b5e1fa52b0ecbe44 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 28 Mar 2003 23:21:10 +0000 Subject: the shell client is a g_object now, ref appropriately 2003-03-28 JP Rosevear * gui/e-itip-control.c (get_servers): the shell client is a g_object now, ref appropriately svn path=/trunk/; revision=20569 --- calendar/gui/e-itip-control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui') diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c index 0760ddd6ba..48eeae1672 100644 --- a/calendar/gui/e-itip-control.c +++ b/calendar/gui/e-itip-control.c @@ -233,7 +233,7 @@ get_servers (EItipControl *itip, EvolutionShellClient *shell_client, const char servers = g_ptr_array_new (); - bonobo_object_ref (BONOBO_OBJECT (shell_client)); + g_object_ref (shell_client); registry = evolution_shell_client_get_storage_registry_interface (shell_client); CORBA_exception_init (&ev); -- cgit v1.2.3