From 463f842fc090709b1aa85b08c93d68ca12b6c70c Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 4 Jun 1998 23:58:58 +0000 Subject: Do not subtract 1 from tm->tm_mday for the default_day. 1998-06-04 Federico Mena Quintero * eventedit.c (ee_rp_init_rule): Do not subtract 1 from tm->tm_mday for the default_day. * gnome-cal.c (gnome_calendar_new): (gnome_calendar_goto): Use the start of the day -- things expect it to be that way. svn path=/trunk/; revision=244 --- calendar/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/Makefile.am') diff --git a/calendar/Makefile.am b/calendar/Makefile.am index 43726a6714..9ab62f33a9 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = versit +SUBDIRS = versit card help_base = $(datadir)/gnome/help/cal CFLAGS += -Wall @@ -88,4 +88,4 @@ install-data-local: $(mkinstalldirs) $(help_base)/C $(INSTALL_DATA) $(srcdir)/topic.dat $(help_base)/C/topic.dat $(INSTALL_DATA) $(srcdir)/gnome-cal.html $(help_base)/C/gnome-cal.html - cd $(help_base)/C; ln -sf gnome-cal.html index.html \ No newline at end of file + cd $(help_base)/C; ln -sf gnome-cal.html index.html -- cgit v1.2.3