aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gncal-week-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/gncal-week-view.h')
-rw-r--r--calendar/gui/gncal-week-view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/gncal-week-view.h b/calendar/gui/gncal-week-view.h
index 9b626cf756..c7bfb1a19d 100644
--- a/calendar/gui/gncal-week-view.h
+++ b/calendar/gui/gncal-week-view.h
@@ -11,6 +11,7 @@
#include <gtk/gtktable.h>
#include <libgnome/gnome-defs.h>
+#include <libgnomeui/gtkcalendar.h>
#include "gncal-day-view.h"
@@ -33,6 +34,7 @@ struct _GncalWeekView {
struct tm start_of_week;
GncalDayView *days[7]; /* the day view widgets */
+ GtkCalendar *gtk_calendar; /* At least for now; see the FIXME comments in the .c file */
};
struct _GncalWeekViewClass {