aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
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 0b460de7a2..6512947a85 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,10 @@
2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net>
+ * gui/main.c: Do not need to call g_source_remove(). If the callback
+ function returns FALSE, the event source is automatically removed.
+
+2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net>
+
* gui/alarm-notify/config-data.c, gui/tasks-component.c,
gui/calendar-component.c, gui/memos-component.c: Plugged memory leaks.