diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-02 15:25:44 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-02 15:25:44 +0800 |
commit | 0b8a6756acbe25490201ec50441cc82f4f703cb8 (patch) | |
tree | bb13427e3fc6043b18581af9221b77f19a27983c /calendar/gncal-week-view.h | |
parent | 23463e22bcec65cf1013ae036dc126be0e1903d6 (diff) | |
download | gsoc2013-evolution-0b8a6756acbe25490201ec50441cc82f4f703cb8.tar gsoc2013-evolution-0b8a6756acbe25490201ec50441cc82f4f703cb8.tar.gz gsoc2013-evolution-0b8a6756acbe25490201ec50441cc82f4f703cb8.tar.bz2 gsoc2013-evolution-0b8a6756acbe25490201ec50441cc82f4f703cb8.tar.lz gsoc2013-evolution-0b8a6756acbe25490201ec50441cc82f4f703cb8.tar.xz gsoc2013-evolution-0b8a6756acbe25490201ec50441cc82f4f703cb8.tar.zst gsoc2013-evolution-0b8a6756acbe25490201ec50441cc82f4f703cb8.zip |
More updates so that Mig can test it - Federico
svn path=/trunk/; revision=91
Diffstat (limited to 'calendar/gncal-week-view.h')
-rw-r--r-- | calendar/gncal-week-view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gncal-week-view.h b/calendar/gncal-week-view.h index 9b626cf756..c7bfb1a19d 100644 --- a/calendar/gncal-week-view.h +++ b/calendar/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 { |