diff options
Diffstat (limited to 'calendar/gui/alarm-notify/alarm-queue.c')
-rw-r--r-- | calendar/gui/alarm-notify/alarm-queue.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c index 426d69ec55..debbb3c8d3 100644 --- a/calendar/gui/alarm-notify/alarm-queue.c +++ b/calendar/gui/alarm-notify/alarm-queue.c @@ -187,6 +187,8 @@ message_push (Message *msg) * use a static ring-buffer so we can call this twice * in a printf without getting nonsense results. */ +d(#define DEBUGGING_ON) +#ifdef DEBUGGING_ON static const gchar * e_ctime (const time_t *timep) { @@ -201,6 +203,7 @@ e_ctime (const time_t *timep) return ret; } +#endif /* Queues an alarm trigger for midnight so that we can load the next day's worth * of alarms. |