From 390f24328e589387b7a2b26a36c5f138cc636c1b Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Sat, 29 Jan 2000 10:48:09 +0000 Subject: Changed the namespace from GNOME::Calendar to Evolution::Calendar. 2000-01-30 Federico Mena Quintero * evolution-calendar.idl: Changed the namespace from GNOME::Calendar to Evolution::Calendar. (Listener::LoadStatus): Fixed SUCESSS -> SUCCESS typo. And I never noticed it in the implementation. Ain't M-/ grand? * Makefile.am: Changed ocurrences of gnome-calendar.idl to evolution-calendar.idl. * *.[ch]: Changed GNOME_Calendar_foo identifiers to Evolution_Calendar_foo. svn path=/trunk/; revision=1652 --- calendar/cal.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'calendar/cal.h') diff --git a/calendar/cal.h b/calendar/cal.h index 9ac7abc06d..b866470437 100644 --- a/calendar/cal.h +++ b/calendar/cal.h @@ -1,4 +1,4 @@ -/* GNOME calendar client interface object +/* Evolution calendar client interface object * * Copyright (C) 2000 Helix Code, Inc. * @@ -24,7 +24,7 @@ #include #include -#include "gnome-calendar.h" +#include "evolution-calendar.h" #include "cal-common.h" BEGIN_GNOME_DECLS @@ -51,14 +51,14 @@ struct _CalClass { GtkType cal_get_type (void); Cal *cal_construct (Cal *cal, - GNOME_Calendar_Cal corba_cal, + Evolution_Calendar_Cal corba_cal, CalBackend *backend, - GNOME_Calendar_Listener listener); -GNOME_Calendar_Cal cal_corba_object_create (BonoboObject *object); + Evolution_Calendar_Listener listener); +Evolution_Calendar_Cal cal_corba_object_create (BonoboObject *object); -Cal *cal_new (CalBackend *backend, GNOME_Calendar_Listener listener); +Cal *cal_new (CalBackend *backend, Evolution_Calendar_Listener listener); -POA_GNOME_Calendar_Cal__epv *cal_get_epv (void); +POA_Evolution_Calendar_Cal__epv *cal_get_epv (void); -- cgit v1.2.3