diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-02-22 08:13:56 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-02-22 08:13:56 +0800 |
commit | 17815d8669be4a9e57a3a0eba4c54db122ed1188 (patch) | |
tree | 559be630ae148bbdb451d512f37b19ba70303c74 /mail/ChangeLog | |
parent | 4f122d673cbe7cd1e11a951c5dd9f6d5e23431b7 (diff) | |
download | gsoc2013-evolution-17815d8669be4a9e57a3a0eba4c54db122ed1188.tar.gz gsoc2013-evolution-17815d8669be4a9e57a3a0eba4c54db122ed1188.tar.zst gsoc2013-evolution-17815d8669be4a9e57a3a0eba4c54db122ed1188.zip |
Connect to our own message_list_built signal. Focus the list and select
2002-02-21 Jeffrey Stedfast <fejj@ximian.com>
* message-list.c (on_message_list_built): Connect to our own
message_list_built signal. Focus the list and select the first
unread message (or frst message depending). Fixes bug #3900.
svn path=/trunk/; revision=15784
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 29bb0aee94..853e1f266a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,9 +1,14 @@ +2002-02-21 Jeffrey Stedfast <fejj@ximian.com> + + * message-list.c (on_message_list_built): Connect to our own + message_list_built signal. Focus the list and select the first + unread message (or frst message depending). Fixes bug #3900. + 2002-02-20 Anna Marie Dirks <anna@ximian.com> * message-tag-editor.c (message_tag_editor_init): Gave the editor window a title and an icon. - 2002-02-20 Anna Marie Dirks <anna@ximian.com> * message-tags.glade: Changed the policy for table2 so that it @@ -11,7 +16,6 @@ as much growing room as possible. (And besides, there's no reason for table2 to expand/fill; its child widgets can't change size. - 2002-02-19 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (confirm_goto_next_folder): Prompt the user to |