diff options
author | Russell Steinthal <steintr@src.gnome.org> | 1999-11-11 14:09:32 +0800 |
---|---|---|
committer | Russell Steinthal <steintr@src.gnome.org> | 1999-11-11 14:09:32 +0800 |
commit | 0ebe0334b1aefd2082dbcdadda2742eeaaf17943 (patch) | |
tree | 202458b0f5c14051fd6d3f15376aa5db613f18a3 /calendar/ChangeLog | |
parent | eb3130b8449c9da1c9c4dafb453828a94c9d61fe (diff) | |
download | gsoc2013-evolution-0ebe0334b1aefd2082dbcdadda2742eeaaf17943.tar gsoc2013-evolution-0ebe0334b1aefd2082dbcdadda2742eeaaf17943.tar.gz gsoc2013-evolution-0ebe0334b1aefd2082dbcdadda2742eeaaf17943.tar.bz2 gsoc2013-evolution-0ebe0334b1aefd2082dbcdadda2742eeaaf17943.tar.lz gsoc2013-evolution-0ebe0334b1aefd2082dbcdadda2742eeaaf17943.tar.xz gsoc2013-evolution-0ebe0334b1aefd2082dbcdadda2742eeaaf17943.tar.zst gsoc2013-evolution-0ebe0334b1aefd2082dbcdadda2742eeaaf17943.zip |
Schedule a new day_change_alarm in the day_change_alarm callback, so that the
process repeats the next day.
This fixes a bug by which alarms would mysteriously stop working after gnomecal was running for its second midnight.
svn path=/trunk/; revision=1380
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 0fb83f3f78..139434da4c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +1999-11-11 Russell Steinthal <rms39@columbia.edu> + + * calendar.c (calendar_day_change): Add call to + calendar_init_alarms() to schedule another day change alarm. + 1999-11-09 Eskil Heyn Olsen <deity@eskil.dk> * calendar-conduit.c: Enabled debug output. Sets a g_log_domain, |