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-backend.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/cal-backend.h') diff --git a/calendar/cal-backend.h b/calendar/cal-backend.h index d220943c00..31f726a68f 100644 --- a/calendar/cal-backend.h +++ b/calendar/cal-backend.h @@ -1,4 +1,4 @@ -/* GNOME calendar backend +/* Evolution calendar backend * * Copyright (C) 2000 Helix Code, Inc. * @@ -24,7 +24,7 @@ #include #include -#include "gnome-calendar.h" +#include "evolution-calendar.h" #include "cal-common.h" #include "cal.h" -- cgit v1.2.3