diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-05-05 04:46:59 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-05 04:46:59 +0800 |
commit | 07b89016f77b35049b8f5c1099fb0ba827f4015a (patch) | |
tree | 2e394a107d3d0fabd13fb58405eab131a70986db /mail/ChangeLog | |
parent | 7844d71521c917e28a0aa369f7881aeab9820604 (diff) | |
download | gsoc2013-evolution-07b89016f77b35049b8f5c1099fb0ba827f4015a.tar.gz gsoc2013-evolution-07b89016f77b35049b8f5c1099fb0ba827f4015a.tar.zst gsoc2013-evolution-07b89016f77b35049b8f5c1099fb0ba827f4015a.zip |
Fix for bug #55303, but ideally there would be a nicer way of doing this -
2004-05-04 Jeffrey Stedfast <fejj@ximian.com>
Fix for bug #55303, but ideally there would be a nicer way of
doing this - likely with some added ETree API but that's not
likely to happen anytime soon.
* em-folder-browser.c (scroll_idle_cb): Recall the saved scrollbar
position state and set it, then reconnect to the
message_list_scrolled signal.
(emfb_list_built): Calculate a default scrollbar position for
scroll_idle_cb to use if there's no saved state.
(emfb_set_folder): Disconnect from the message_list_scrolled
signal and the idle_scroll_id.
(emfb_list_scrolled): Save the scrollbar position state.
(emfb_destroy): Disconnect from list_scrolled_id and
idle_scroll_id.
svn path=/trunk/; revision=25794
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 8ad0ad7749..f13d686e40 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,20 @@ 2004-05-04 Jeffrey Stedfast <fejj@ximian.com> + Fix for bug #55303, but ideally there would be a nicer way of + doing this - likely with some added ETree API but that's not + likely to happen anytime soon. + + * em-folder-browser.c (scroll_idle_cb): Recall the saved scrollbar + position state and set it, then reconnect to the + message_list_scrolled signal. + (emfb_list_built): Calculate a default scrollbar position for + scroll_idle_cb to use if there's no saved state. + (emfb_set_folder): Disconnect from the message_list_scrolled + signal and the idle_scroll_id. + (emfb_list_scrolled): Save the scrollbar position state. + (emfb_destroy): Disconnect from list_scrolled_id and + idle_scroll_id. + Fix for bug #58004. * mail-account-gui.c (display_license): Fixed to compile. |