aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-16 14:46:53 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-16 14:46:53 +0000
commit5f373602ea6c867537b4a480e2777ac8467a4dea (patch)
treeaffc237877269b6fac788a5e1ec7068374d3786d /ChangeLog
parent3cc2910a1aeb1dd0c4b048fb92a96407f802a5f4 (diff)
forgot to unset SummaryView::selected on empty selection.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@259 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e1eb515..f37f4f64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-05-16
+ * src/summaryview.c: summary_selection_changed(): forgot to unset
+ SummaryView::selected on empty selection.
+
+2005-05-16
+
* src/summaryview.c: fixed selection problem after execution.
* src/gtkutils.c: gtkut_tree_model_find_by_column_data(): also compare
start node.