aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog8
-rw-r--r--calendar/pcs/cal-backend.h2
-rw-r--r--calendar/pcs/cal.h2
3 files changed, 10 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 9173314f41..6b862dea88 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,11 @@
+2000-05-08 Ettore Perazzoli <ettore@helixcode.com>
+
+ * pcs/cal.h: Include "calendar/pcs/evolution-calendar.h" instead
+ of "evolution-calendar.h".
+
+ * pcs/cal-backend.h: Include "calendar/pcs/evolution-calendar.h"
+ instead of "evolution-calendar.h".
+
2000-05-08 Seth Alves <alves@hungry.com>
* gui/e-day-view.c (e_day_view_on_delete_appointment): call
diff --git a/calendar/pcs/cal-backend.h b/calendar/pcs/cal-backend.h
index 3c9c76009b..d3697f3e14 100644
--- a/calendar/pcs/cal-backend.h
+++ b/calendar/pcs/cal-backend.h
@@ -25,7 +25,7 @@
#include <libgnome/gnome-defs.h>
#include <libgnomevfs/gnome-vfs.h>
#include <cal-util/cal-util.h>
-#include "evolution-calendar.h"
+#include "calendar/pcs/evolution-calendar.h"
#include "cal-common.h"
#include "cal.h"
diff --git a/calendar/pcs/cal.h b/calendar/pcs/cal.h
index 508f36d56c..a11cedebbb 100644
--- a/calendar/pcs/cal.h
+++ b/calendar/pcs/cal.h
@@ -24,7 +24,7 @@
#include <libgnome/gnome-defs.h>
#include <bonobo/bonobo-object.h>
-#include "evolution-calendar.h"
+#include "calendar/pcs/evolution-calendar.h"
#include "cal-common.h"
BEGIN_GNOME_DECLS