aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/config-data.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-11-30 23:18:42 +0800
committerMilan Crha <mcrha@redhat.com>2010-11-30 23:18:42 +0800
commita1a842ac20eee58037c3c3db159f3d2768ca9efe (patch)
treefe300e474ea8a6f059ffb8a78ab577f95e836da3 /calendar/gui/alarm-notify/config-data.c
parent6ed4050d05c965e07dbc703890e3bcd171f315ce (diff)
downloadgsoc2013-evolution-a1a842ac20eee58037c3c3db159f3d2768ca9efe.tar
gsoc2013-evolution-a1a842ac20eee58037c3c3db159f3d2768ca9efe.tar.gz
gsoc2013-evolution-a1a842ac20eee58037c3c3db159f3d2768ca9efe.tar.bz2
gsoc2013-evolution-a1a842ac20eee58037c3c3db159f3d2768ca9efe.tar.lz
gsoc2013-evolution-a1a842ac20eee58037c3c3db159f3d2768ca9efe.tar.xz
gsoc2013-evolution-a1a842ac20eee58037c3c3db159f3d2768ca9efe.tar.zst
gsoc2013-evolution-a1a842ac20eee58037c3c3db159f3d2768ca9efe.zip
Default to beginning of the day for the last alarm notification
Diffstat (limited to 'calendar/gui/alarm-notify/config-data.c')
-rw-r--r--calendar/gui/alarm-notify/config-data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/alarm-notify/config-data.c b/calendar/gui/alarm-notify/config-data.c
index 00cb0dc7ba..65e3e15a87 100644
--- a/calendar/gui/alarm-notify/config-data.c
+++ b/calendar/gui/alarm-notify/config-data.c
@@ -336,7 +336,7 @@ config_data_get_last_notification_time (ECal *cal)
return val;
}
- return time (NULL);
+ return -1;
}
/**