diff options
author | Not Zed <NotZed@Ximian.com> | 2001-02-13 08:58:07 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-02-13 08:58:07 +0800 |
commit | e82bac02742a29525ffab78679552c69483814e4 (patch) | |
tree | f26e078ae41a8a87cbda1d57ad9b39dcb991fd76 /mail/message-list.h | |
parent | 7fc592861825abf6bf91a324d636ef433f8100b8 (diff) | |
download | gsoc2013-evolution-e82bac02742a29525ffab78679552c69483814e4.tar.gz gsoc2013-evolution-e82bac02742a29525ffab78679552c69483814e4.tar.zst gsoc2013-evolution-e82bac02742a29525ffab78679552c69483814e4.zip |
if doing a full update, save the cursor pos and restore it afterwards.
2001-02-12 Not Zed <NotZed@Ximian.com>
* message-list.c (build_tree): if doing a full update, save the
cursor pos and restore it afterwards.
(on_cursor_activated_cmd): Copy the current_uid to a new string.
I dont know why this is required, but it is.
(message_list_destroy): Free the cursor_uid as we're done with it.
(build_flat): IF the current uid disappeared from the list, then
unset the message.
(build_tree): Likewise.
svn path=/trunk/; revision=8199
Diffstat (limited to 'mail/message-list.h')
-rw-r--r-- | mail/message-list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index a432d50cc4..dbbb3421be 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -74,7 +74,7 @@ struct _MessageList { /* Where the ETable cursor is. */ int cursor_row; - const char *cursor_uid; + char *cursor_uid; /* Row-selection and seen-marking timers */ guint idle_id, seen_id; |