aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-22 08:15:50 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-22 08:15:50 +0000
commit867b9d4c7c1422ddf8ebb2f58c87deaedea1563f (patch)
tree09404adfea7e6891e53df973ccc32937356cc3d1 /ChangeLog
parentf2cd5cfc7b9a7d0b95255b63ca1182cc13746c49 (diff)
fixed a bug of addressbook that multiple selection with Ctrl key didn't work with GTK+ 2.6.9.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@497 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 11b6b07b..6e35e436 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-08-22
+ * src/addressbook.c:
+ addressbook_tree_selected()
+ addressbook_tree_button_pressed(): fixed a bug that multiple
+ selection with Ctrl key didn't work with GTK+ 2.6.9.
+
+2005-08-22
+
* src/procmsg.c
src/summaryview.c: fall back to date comparison on sorting
(fixes random date order when sorting by subject etc.).