diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-10 00:06:15 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-10 00:06:15 +0800 |
commit | 5a4f9250eb1755bf3770b624731cb38453980c62 (patch) | |
tree | 2c77b72ceb7d2f01eaf021c3199b7052af3c5017 /mail/ChangeLog | |
parent | 36c3c3cf936008c0c0f8b85605f4970f395b3fb7 (diff) | |
download | gsoc2013-evolution-5a4f9250eb1755bf3770b624731cb38453980c62.tar gsoc2013-evolution-5a4f9250eb1755bf3770b624731cb38453980c62.tar.gz gsoc2013-evolution-5a4f9250eb1755bf3770b624731cb38453980c62.tar.bz2 gsoc2013-evolution-5a4f9250eb1755bf3770b624731cb38453980c62.tar.lz gsoc2013-evolution-5a4f9250eb1755bf3770b624731cb38453980c62.tar.xz gsoc2013-evolution-5a4f9250eb1755bf3770b624731cb38453980c62.tar.zst gsoc2013-evolution-5a4f9250eb1755bf3770b624731cb38453980c62.zip |
Don't g_warn if the user selects a fake tree parent.
* message-list.c (get_message_info): Don't g_warn if the user
selects a fake tree parent.
(message_list_select_next): Ignore fake rows
(build_tree): Store the "root_subject" for fake rows
(ml_tree_value_at): Display the correct subject for fake rows.
(on_cursor_change_cmd): Update for the other changes and set
cursor_uid to NULL when the cursor is on a fake row.
* mail-ops.c (reply): Don't try to reply when no (real) message is
selected.
(forward_msg): Ditto.
svn path=/trunk/; revision=4021
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 159500ddab..4dd70f0cea 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,17 @@ +2000-07-09 Dan Winship <danw@helixcode.com> + + * message-list.c (get_message_info): Don't g_warn if the user + selects a fake tree parent. + (message_list_select_next): Ignore fake rows + (build_tree): Store the "root_subject" for fake rows + (ml_tree_value_at): Display the correct subject for fake rows. + (on_cursor_change_cmd): Update for the other changes and set + cursor_uid to NULL when the cursor is on a fake row. + + * mail-ops.c (reply): Don't try to reply when no (real) message is + selected. + (forward_msg): Ditto. + 2000-07-09 Christopher James Lahey <clahey@helixcode.com> * message-list.c: Remove setting of dnd_code since that's handled |