diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-05-19 14:09:48 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-05-19 14:09:48 +0800 |
commit | 5cc159a95858af2e06484ac04cbf8c87369bd425 (patch) | |
tree | 7f6f18de7f54c965c087d91d7f77adf446c30601 /calendar/gui/dialogs/Makefile.am | |
parent | be42a2a28615168d66b5eaefa462b67cd8227761 (diff) | |
download | gsoc2013-evolution-5cc159a95858af2e06484ac04cbf8c87369bd425.tar gsoc2013-evolution-5cc159a95858af2e06484ac04cbf8c87369bd425.tar.gz gsoc2013-evolution-5cc159a95858af2e06484ac04cbf8c87369bd425.tar.bz2 gsoc2013-evolution-5cc159a95858af2e06484ac04cbf8c87369bd425.tar.lz gsoc2013-evolution-5cc159a95858af2e06484ac04cbf8c87369bd425.tar.xz gsoc2013-evolution-5cc159a95858af2e06484ac04cbf8c87369bd425.tar.zst gsoc2013-evolution-5cc159a95858af2e06484ac04cbf8c87369bd425.zip |
Fixed warning message. (time_add_day): Likewise. (time_add_month):
2000-05-19 Federico Mena Quintero <federico@helixcode.com>
* 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
Diffstat (limited to 'calendar/gui/dialogs/Makefile.am')
-rw-r--r-- | calendar/gui/dialogs/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |