From 9f31ce86ff0ac0c7997e977647339ffb2db0fd63 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Wed, 26 Jan 2000 00:04:16 +0000 Subject: Make Evolution compile with the latest Bonobo changes. Make Evolution compile with the latest Bonobo changes. Miguel. svn path=/trunk/; revision=1636 --- calendar/tlacuache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/tlacuache.c') diff --git a/calendar/tlacuache.c b/calendar/tlacuache.c index 0af24d1829..b11b5030d8 100644 --- a/calendar/tlacuache.c +++ b/calendar/tlacuache.c @@ -21,7 +21,7 @@ #include #include -#include +#include #include #include "cal-factory.h" #include "calobj.h" @@ -68,7 +68,7 @@ create_cal_factory (void) return FALSE; } - object = gnome_object_corba_objref (GNOME_OBJECT (factory)); + object = bonobo_object_corba_objref (BONOBO_OBJECT (factory)); CORBA_exception_init (&ev); result = goad_server_register (CORBA_OBJECT_NIL, -- cgit v1.2.3