aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--a11y/ChangeLog4
-rw-r--r--a11y/calendar/ea-cal-view.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/a11y/ChangeLog b/a11y/ChangeLog
index 3a61f26e2b..9505ec21a5 100644
--- a/a11y/ChangeLog
+++ b/a11y/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-15 JP Rosevear <jpr@ximian.com>
+
+ * calendar/ea-cal-view.h: fix include
+
2003-03-15 Hao Sheng <hao.sheng@sun.com>
* Contritbuted by Leon Zhang <leon.zhang@sun.com>
diff --git a/a11y/calendar/ea-cal-view.h b/a11y/calendar/ea-cal-view.h
index 858aa497d4..193bb3a3cb 100644
--- a/a11y/calendar/ea-cal-view.h
+++ b/a11y/calendar/ea-cal-view.h
@@ -27,7 +27,7 @@
#define __EA_CAL_VIEW_H__
#include <gtk/gtkaccessible.h>
-#include "e-cal-view.h"
+#include "e-calendar-view.h"
#ifdef __cplusplus
extern "C" {