diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-09 02:28:01 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-09 02:28:01 +0800 |
commit | 9933ddf368367e576f5de7045690a3c21da40583 (patch) | |
tree | 970e12edd6ef556511f614ff827a90f4ee0d9cdd /mail/ChangeLog | |
parent | f1b8cb078f610e99084a62a6dbcdd63c6e4967b9 (diff) | |
download | gsoc2013-evolution-9933ddf368367e576f5de7045690a3c21da40583.tar gsoc2013-evolution-9933ddf368367e576f5de7045690a3c21da40583.tar.gz gsoc2013-evolution-9933ddf368367e576f5de7045690a3c21da40583.tar.bz2 gsoc2013-evolution-9933ddf368367e576f5de7045690a3c21da40583.tar.lz gsoc2013-evolution-9933ddf368367e576f5de7045690a3c21da40583.tar.xz gsoc2013-evolution-9933ddf368367e576f5de7045690a3c21da40583.tar.zst gsoc2013-evolution-9933ddf368367e576f5de7045690a3c21da40583.zip |
Fix Jeff's FIXME: This does get called with out-of-range data sometimes,
* message-list.c (get_message_info): Fix Jeff's FIXME: This does
get called with out-of-range data sometimes, so we do need the
check. Use e_table_model_row_count to get the actual right answer.
svn path=/trunk/; revision=3976
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 3b92e4b649..c2f9e4d539 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2000-07-08 Dan Winship <danw@helixcode.com> + + * message-list.c (get_message_info): Fix Jeff's FIXME: This does + get called with out-of-range data sometimes, so we do need the + check. Use e_table_model_row_count to get the actual right answer. + 2000-07-07 Jeffrey Stedfast <fejj@helixcode.com> * message-list.c (get_message_info): This wasn't quite right, it |