From e134fc8fe3d78dfc9340b513bc3bbb61631cece4 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Sun, 3 Nov 2002 23:38:42 +0000 Subject: use EConfigListener instead of BonoboConfig. 2002-11-03 Rodrigo Moya * cal-client/cal-client.c (get_default_uri): use EConfigListener instead of BonoboConfig. * cal-client/cal-client.c: * cal-client/cal-listener.[ch]: * cal-client/query-listener.c: warning free. svn path=/trunk/; revision=18517 --- calendar/cal-client/cal-listener.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'calendar/cal-client/cal-listener.c') diff --git a/calendar/cal-client/cal-listener.c b/calendar/cal-client/cal-listener.c index b96f0848fe..71cbb9ae3f 100644 --- a/calendar/cal-client/cal-listener.c +++ b/calendar/cal-client/cal-listener.c @@ -53,10 +53,10 @@ static void impl_notifyCalSetMode (PortableServer_Servant servant, GNOME_Evolution_Calendar_CalMode mode, CORBA_Environment *ev); static void impl_notifyObjUpdated (PortableServer_Servant servant, - GNOME_Evolution_Calendar_CalObjUID uid, + const CORBA_char *uid, CORBA_Environment *ev); static void impl_notifyObjRemoved (PortableServer_Servant servant, - GNOME_Evolution_Calendar_CalObjUID uid, + const CORBA_char *uid, CORBA_Environment *ev); static void impl_notifyErrorOccurred (PortableServer_Servant servant, const CORBA_char *message, @@ -200,7 +200,7 @@ impl_notifyCalSetMode (PortableServer_Servant servant, /* ::notifyObjUpdated method */ static void impl_notifyObjUpdated (PortableServer_Servant servant, - GNOME_Evolution_Calendar_CalObjUID uid, + const CORBA_char *uid, CORBA_Environment *ev) { CalListener *listener; @@ -219,7 +219,7 @@ impl_notifyObjUpdated (PortableServer_Servant servant, /* ::notifyObjRemoved method */ static void impl_notifyObjRemoved (PortableServer_Servant servant, - GNOME_Evolution_Calendar_CalObjUID uid, + const CORBA_char *uid, CORBA_Environment *ev) { CalListener *listener; -- cgit v1.2.3