aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2007-11-23 17:06:00 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-11-23 17:06:00 +0800
commit1c88010c53f9a9b7466745041bf55d646bc2aa0a (patch)
tree60d7111e61e7a58b24ae8e1cdfca8645bb8c1835 /mail/message-list.h
parentc67cc6aa87d39bf8ac6d77c54b99dc9d71dc10ac (diff)
downloadgsoc2013-evolution-1c88010c53f9a9b7466745041bf55d646bc2aa0a.tar
gsoc2013-evolution-1c88010c53f9a9b7466745041bf55d646bc2aa0a.tar.gz
gsoc2013-evolution-1c88010c53f9a9b7466745041bf55d646bc2aa0a.tar.bz2
gsoc2013-evolution-1c88010c53f9a9b7466745041bf55d646bc2aa0a.tar.lz
gsoc2013-evolution-1c88010c53f9a9b7466745041bf55d646bc2aa0a.tar.xz
gsoc2013-evolution-1c88010c53f9a9b7466745041bf55d646bc2aa0a.tar.zst
gsoc2013-evolution-1c88010c53f9a9b7466745041bf55d646bc2aa0a.zip
** Fix for bug #335931
2007-11-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #335931 * message-list.c: (struct _regen_list_msg): New member last_row. * message-list.c: (regen_list_regen): Store last_row for later use. * message-list.c: (regen_list_regened): Restore row based on last_row when no uid was selected before. * message-list.c: (mail_regen_list): Init new last_row member. * em-folder-view.c: (emfv_select_next_message): New helper function to select messages in list. * em-folder-view.c: (emfv_popup_mark_junk), (emfv_popup_mark_nojunk), (emfv_popup_delete): Using new helper function, so get same behavior. * message-list.h: (struct _MessageList): * message-list.c: (on_cursor_activated_cmd): Removed cursor_row member. svn path=/trunk/; revision=34567
Diffstat (limited to 'mail/message-list.h')
-rw-r--r--mail/message-list.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/message-list.h b/mail/message-list.h
index 21cd784c00..c1713dc4d4 100644
--- a/mail/message-list.h
+++ b/mail/message-list.h
@@ -132,7 +132,6 @@ struct _MessageList {
guint frozen:16;
/* Where the ETree cursor is. */
- int cursor_row;
char *cursor_uid;
/* Row-selection and seen-marking timers */