aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-08-10 06:51:11 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-08-10 06:51:11 +0800
commitd83e3ba3128794bf8b5fba06df9c550d56ef51ee (patch)
treeeec23701ba250dd5244c07e1ef04542703809127 /calendar/ChangeLog
parenteb23edd391e59e62a149446d0b0e8b1c345f1227 (diff)
downloadgsoc2013-evolution-d83e3ba3128794bf8b5fba06df9c550d56ef51ee.tar
gsoc2013-evolution-d83e3ba3128794bf8b5fba06df9c550d56ef51ee.tar.gz
gsoc2013-evolution-d83e3ba3128794bf8b5fba06df9c550d56ef51ee.tar.bz2
gsoc2013-evolution-d83e3ba3128794bf8b5fba06df9c550d56ef51ee.tar.lz
gsoc2013-evolution-d83e3ba3128794bf8b5fba06df9c550d56ef51ee.tar.xz
gsoc2013-evolution-d83e3ba3128794bf8b5fba06df9c550d56ef51ee.tar.zst
gsoc2013-evolution-d83e3ba3128794bf8b5fba06df9c550d56ef51ee.zip
Oops, subtract the new alarm's trigger time from the current time.
2000-08-09 Federico Mena Quintero <federico@helixcode.com> * gui/alarm.c (pop_alarm): Oops, subtract the new alarm's trigger time from the current time. svn path=/trunk/; revision=4674
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 51565e559e..445d11e473 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-09 Federico Mena Quintero <federico@helixcode.com>
+
+ * gui/alarm.c (pop_alarm): Oops, subtract the new alarm's trigger
+ time from the current time.
+
2000-08-09 Christopher James Lahey <clahey@helixcode.com>
* cal-client/cal-client.c: Fixed a warning.