diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-12 09:25:32 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-12 09:25:32 +0800 |
commit | c28cd1ebd751de621c37d9ca3a5e4db8638111a9 (patch) | |
tree | 07864cb802edc6b2e6427b02b4d8f609b3ea8d0c /mail/message-list.c | |
parent | 5903013def71c0e877282944272f1d0b8dfc36ef (diff) | |
download | gsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.tar.gz gsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.tar.zst gsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.zip |
Fixed a warning.
2000-08-11 Christopher James Lahey <clahey@helixcode.com>
* mail-format.c, mail-tools.h, message-list.c: Fixed a warning.
svn path=/trunk/; revision=4760
Diffstat (limited to 'mail/message-list.c')
-rw-r--r-- | mail/message-list.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/message-list.c b/mail/message-list.c index 3f63c55478..7e9c28e23c 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -940,7 +940,6 @@ static gint idle_select_row (gpointer user_data) { MessageList *ml = MESSAGE_LIST (user_data); - ETableScrolled *ets = E_TABLE_SCROLLED (ml->etable); message_list_select (ml, -1, MESSAGE_LIST_SELECT_NEXT, 0, CAMEL_MESSAGE_SEEN); |