From 00098c1abe26a5006bc6df5ff81973b27c7c650a Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 26 Aug 1998 19:59:46 +0000 Subject: Today: beginning of year view using the canvas. I still have to finish Today: beginning of year view using the canvas. I still have to finish fixing size allocation and event marking. This is all for today since Bonnie is coming. 1998-08-26 Federico Mena Quintero * year-view.c: Beginning of the new year view. Sizing and event marking needs to be finished. * gnome-cal.c: Updated for year-view. (gnome_calendar_time_format_changed): Use year_view_time_format_changed(). * year-view.[ch]: Renamed the gncal-year-view.[ch] files to year-view.[ch]. * Makefile.am (gnomecal_SOURCES): Updated year-view.[ch] in the list of source files. svn path=/trunk/; revision=341 --- calendar/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'calendar/Makefile.am') diff --git a/calendar/Makefile.am b/calendar/Makefile.am index 993cdf58b7..dfd034e433 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -31,8 +31,6 @@ gnomecal_SOURCES = \ gncal-week-view.h \ gncal-todo.c \ gncal-todo.h \ - gncal-year-view.c \ - gncal-year-view.h \ gnome-month-item.c \ gnome-month-item.h \ gnome-cal.c \ @@ -48,7 +46,9 @@ gnomecal_SOURCES = \ timeutil.c \ timeutil.h \ view-utils.h \ - view-utils.c + view-utils.c \ + year-view.c \ + year-view.h LINK_FLAGS = \ $(GNOME_LIBDIR) \ -- cgit v1.2.3