aboutsummaryrefslogtreecommitdiffstats
path: root/src/apoint.c
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2011-10-06 12:06:31 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2011-10-21 08:58:53 +0200
commit3e84074ae55bc93faad0b708aa0dd6fd0f09ade9 (patch)
treec6d3dd1695f79ecd9acddc54767bbf06abebc72a /src/apoint.c
parent50ad339a228a779ae1284e21f98321268478669c (diff)
downloadcalcurse-3e84074ae55bc93faad0b708aa0dd6fd0f09ade9.tar.gz
calcurse-3e84074ae55bc93faad0b708aa0dd6fd0f09ade9.zip
Make events start on 00:00 (12:00 a.m.)
There is absolutely no reason to make events start on noon, 12:00. Switching to 00:00 seems totally reasonable here, and makes event handling a bit easier, also. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/apoint.c')
-rw-r--r--src/apoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apoint.c b/src/apoint.c
index d2394b9..36851c3 100644
--- a/src/apoint.c
+++ b/src/apoint.c
@@ -254,7 +254,7 @@ apoint_add (void)
}
else
(void)event_new (item_mesg, 0L,
- date2sec (*calendar_get_slctd_day (), 12, 0), Id);
+ date2sec (*calendar_get_slctd_day (), 0, 0), Id);
if (hilt == 0)
hilt++;