aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-10-02 04:45:08 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-10-02 04:45:08 +0000
commit7fbfd588baf736f4f253b7c126348e21a3cd4591 (patch)
tree8b5d20bdb41ba51a89ec08ea650196642c5212c7 /ChangeLog
parent7a7ab0907191055a1e94ffb441992187fd13cb34 (diff)
added missing locks on idle callbacks.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2267 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad94c9a7..df22c4b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-10-02
+
+ * src/trayicon.c
+ src/syldap.c
+ src/summaryview.c
+ src/folderview.c: added missing locks on idle callbacks.
+
2009-10-01
* libsylph/imap.c: reimplemented using GThreadPool.