aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-20 07:40:15 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-20 07:40:15 +0000
commit68828e3070d088dc7cf30cfa9ffc8b3ffb5f7bfd (patch)
tree0086cb749ac8c44e342f66da1d0facc025cff199 /ChangeLog
parent7876aaae5c85d8c59790494ce149c5f4376f5f9a (diff)
fixed the scroll problem of the summary view on refresh.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@273 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46e24fc3..0237a751 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-05-20
+
+ * src/summaryview.c: summaryview_clear_list(): set the value of
+ vadjustment to 0.0 so that the "value-changed" signal is always
+ emitted (fixes the scroll problem on refresh).
+
2005-05-19
* src/message_search.c: improved the interface and made code cleanup.