diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2009-11-04 04:52:18 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2009-11-04 04:52:18 +0000 |
commit | b7c1d2f196fc3557202e41a4abfe117910947400 (patch) | |
tree | 0e0fed153e6db63792205e6f269421180c2e1512 /ChangeLog | |
parent | 4d5df10a3e521bbb3918d5844e8521af901b6fdf (diff) |
fixed a bug that prohibited query search on IMAP folders. Don't call gtk_main_iteration() from non-main threads.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2330 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-11-04 + + * libsylph/imap.c + src/query_search.c + src/main.c: fixed a bug that prohibited query search on IMAP + folders. Don't call gtk_main_iteration() from non-main threads. + 2009-11-02 * src/summaryview.c: summary_selection_changed(): fixed unintended |