aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorDamon Chaplin <damon@helixcode.com>2000-10-20 18:30:38 +0800
committerDamon Chaplin <damon@src.gnome.org>2000-10-20 18:30:38 +0800
commit794d8764e403e33dba97353098aaf5e7b8ee39bc (patch)
tree23c8105f01542255020045c5bf2a26702e8c4a6b /calendar/ChangeLog
parent9f1e9885a72a81dca721f2ffe5e1a260ee1381c5 (diff)
downloadgsoc2013-evolution-794d8764e403e33dba97353098aaf5e7b8ee39bc.tar
gsoc2013-evolution-794d8764e403e33dba97353098aaf5e7b8ee39bc.tar.gz
gsoc2013-evolution-794d8764e403e33dba97353098aaf5e7b8ee39bc.tar.bz2
gsoc2013-evolution-794d8764e403e33dba97353098aaf5e7b8ee39bc.tar.lz
gsoc2013-evolution-794d8764e403e33dba97353098aaf5e7b8ee39bc.tar.xz
gsoc2013-evolution-794d8764e403e33dba97353098aaf5e7b8ee39bc.tar.zst
gsoc2013-evolution-794d8764e403e33dba97353098aaf5e7b8ee39bc.zip
use cal_component_has_alarms().
2000-10-20 Damon Chaplin <damon@helixcode.com> * gui/calendar-model.c (calendar_model_value_at): use cal_component_has_alarms(). svn path=/trunk/; revision=6075
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 cf8609cd5f..10d3956745 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,10 @@
2000-10-20 Damon Chaplin <damon@helixcode.com>
+ * gui/calendar-model.c (calendar_model_value_at): use
+ cal_component_has_alarms().
+
+2000-10-20 Damon Chaplin <damon@helixcode.com>
+
* gui/e-calendar-table.c (E_CALENDAR_TABLE_SPEC): added
_click-to-add-message, though I'm not sure if i18n will work.