aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorHiroyuki Ikezoe <poincare@ikezoe.net>2007-07-26 20:40:12 +0800
committerHiroyuki Ikezoe <hiikezoe@src.gnome.org>2007-07-26 20:40:12 +0800
commite56b3158f062d3f61d18f4b888035d8a3b2583d1 (patch)
treef3f630a2b315a76e9e0157283fe96d3aef56b13a /calendar/ChangeLog
parent7193b99f7ae278d58bc06c0322d8c12eddaf2df6 (diff)
downloadgsoc2013-evolution-e56b3158f062d3f61d18f4b888035d8a3b2583d1.tar
gsoc2013-evolution-e56b3158f062d3f61d18f4b888035d8a3b2583d1.tar.gz
gsoc2013-evolution-e56b3158f062d3f61d18f4b888035d8a3b2583d1.tar.bz2
gsoc2013-evolution-e56b3158f062d3f61d18f4b888035d8a3b2583d1.tar.lz
gsoc2013-evolution-e56b3158f062d3f61d18f4b888035d8a3b2583d1.tar.xz
gsoc2013-evolution-e56b3158f062d3f61d18f4b888035d8a3b2583d1.tar.zst
gsoc2013-evolution-e56b3158f062d3f61d18f4b888035d8a3b2583d1.zip
Do not need to call g_source_remove(). If the callback function returns
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. svn path=/trunk/; revision=33853
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.