diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-10-10 08:40:30 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-10-10 08:40:30 +0800 |
commit | 423268bfa266e80902f28a84da8de637afd841a1 (patch) | |
tree | baff5e5f54e32e19ae933849e243be85077f4c11 /calendar/gui/alarm-notify/alarm-queue.h | |
parent | 45a3bf8c4557eea71a77afd8a6efcc01416ecdef (diff) | |
download | gsoc2013-evolution-423268bfa266e80902f28a84da8de637afd841a1.tar.gz gsoc2013-evolution-423268bfa266e80902f28a84da8de637afd841a1.tar.zst gsoc2013-evolution-423268bfa266e80902f28a84da8de637afd841a1.zip |
Fixes bug #884.
2001-10-09 Federico Mena Quintero <federico@ximian.com>
Fixes bug #884.
* gui/alarm-notify/save.[ch]: New files with functions to
save/load the last notification time.
* gui/alarm-notify/alarm-queue.c (alarm_trigger_cb): Save the last
notification time.
(alarm_queue_init): Load the last notification time when the
daemon is inited.
(alarm_queue_add_client): Load the alarms that we missed while the
alarm daemon was not running.
(cal_opened_cb): Likewise.
* gui/alarm-notify/Makefile.am (evolution_alarm_notify_SOURCES):
Added save.[ch] to the list of sources.
svn path=/trunk/; revision=13538
Diffstat (limited to 'calendar/gui/alarm-notify/alarm-queue.h')
-rw-r--r-- | calendar/gui/alarm-notify/alarm-queue.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/gui/alarm-notify/alarm-queue.h b/calendar/gui/alarm-notify/alarm-queue.h index cd2e9444b1..3588e68708 100644 --- a/calendar/gui/alarm-notify/alarm-queue.h +++ b/calendar/gui/alarm-notify/alarm-queue.h @@ -1,7 +1,6 @@ /* Evolution calendar - Alarm queueing engine * - * Copyright (C) 2000 Ximian, Inc. - * Copyright (C) 2000 Ximian, Inc. + * Copyright (C) 2001 Ximian, Inc. * * Authors: Federico Mena-Quintero <federico@ximian.com> * |