From 5cc159a95858af2e06484ac04cbf8c87369bd425 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Fri, 19 May 2000 06:09:48 +0000 Subject: Fixed warning message. (time_add_day): Likewise. (time_add_month): 2000-05-19 Federico Mena Quintero * cal-util/timeutil.c (time_add_minutes): Fixed warning message. (time_add_day): Likewise. (time_add_month): Likewise. (time_add_year): Likewise. (time_from_day): Of all functions, *this* one had to have a bug. Set the tm.tm_isdst to -1 to specify that we don't know whether the time is in DST or not. This fixes *many* bugs upstream. (time_week_begin): Likewise. We never noticed this since the week functions are never used. (time_week_end): Likewise. svn path=/trunk/; revision=3135 --- calendar/gui/dialogs/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/gui/dialogs') diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am index 8dfccc5650..6caf99e8f5 100644 --- a/calendar/gui/dialogs/Makefile.am +++ b/calendar/gui/dialogs/Makefile.am @@ -1,3 +1,5 @@ +gladedir = $(datadir)/evolution/glade + INCLUDES = \ -DG_LOG_DOMAIN=\"calendar-gui\" \ -I$(top_srcdir) \ @@ -14,8 +16,6 @@ libcal_dialogs_a_SOURCES = \ alarm-notify-dialog.c \ alarm-notify-dialog.h -gladedir = $(datadir)/evolution/glade - glade_DATA = \ alarm-notify.glade -- cgit v1.2.3