From bf39da80e51a03ff8f6eb712d18a97d98d67e116 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Sat, 23 Dec 2000 03:26:30 +0000 Subject: New function to keep the ecal marked properly (create_ecal): move more 2000-12-22 JP Rosevear * gui/goto.c (ecal_date_range_changed): New function to keep the ecal marked properly (create_ecal): move more creation code here, update marks (goto_dialog_init_widgets): listen for date_range_changed signal in the ecal * gui/calendar-commands.c (init_calendar): Remove ancient gnomecal cruft * gui/mark.[hc], gui/prop.c: Remove ancient gnomecal code that is no longer needed, last bit of bug 904 svn path=/trunk/; revision=7133 --- calendar/gui/Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'calendar/gui/Makefile.am') diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 67422a9af3..db2da7da5d 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -116,13 +116,10 @@ evolution_calendar_SOURCES = \ itip-utils.c \ itip-utils.h \ main.c \ - mark.c \ - mark.h \ popup-menu.c \ popup-menu.h \ print.c \ print.h \ - prop.c \ tag-calendar.c \ tag-calendar.h \ weekday-picker.c \ -- cgit