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/gui/Makefile.am | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'calendar/gui') diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index fd7767ebcc..47f1328f02 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = doc idldir = $(datadir)/idl idl_DATA = \ GnomeCal.idl \ - gnome-calendar.idl + evolution-calendar.idl gnorbadir = $(sysconfdir)/CORBA/servers gnorba_DATA = \ @@ -109,14 +109,14 @@ calendar_pilot_sync_SOURCES = \ timeutil.c \ timeutil.h -GNOME_CALENDAR_CORBA_GENERATED = \ - gnome-calendar.h \ - gnome-calendar-common.c \ - gnome-calendar-skels.c \ - gnome-calendar-stubs.c +GNOME_CALENDAR_CORBA_GENERATED = \ + evolution-calendar.h \ + evolution-calendar-common.c \ + evolution-calendar-skels.c \ + evolution-calendar-stubs.c -$(GNOME_CALENDAR_CORBA_GENERATED): gnome-calendar.idl - orbit-idl -I`$(GNOME_CONFIG) --datadir`/idl $(srcdir)/gnome-calendar.idl +$(GNOME_CALENDAR_CORBA_GENERATED): evolution-calendar.idl + orbit-idl -I`$(GNOME_CONFIG) --datadir`/idl $(srcdir)/evolution-calendar.idl tlacuache_SOURCES = \ $(GNOME_CALENDAR_CORBA_GENERATED) \ -- cgit