diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-12-08 07:44:25 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-12-08 07:44:25 +0800 |
commit | 7eb086940fac5b54ee466ea5b7051351f36b0e90 (patch) | |
tree | c45a6ad0af7859e33c4a92bde6716fdbb60595cd /mail/ChangeLog | |
parent | cec18e26aa44ff984e15fa71fd4dec1c21c4e328 (diff) | |
download | gsoc2013-evolution-7eb086940fac5b54ee466ea5b7051351f36b0e90.tar gsoc2013-evolution-7eb086940fac5b54ee466ea5b7051351f36b0e90.tar.gz gsoc2013-evolution-7eb086940fac5b54ee466ea5b7051351f36b0e90.tar.bz2 gsoc2013-evolution-7eb086940fac5b54ee466ea5b7051351f36b0e90.tar.lz gsoc2013-evolution-7eb086940fac5b54ee466ea5b7051351f36b0e90.tar.xz gsoc2013-evolution-7eb086940fac5b54ee466ea5b7051351f36b0e90.tar.zst gsoc2013-evolution-7eb086940fac5b54ee466ea5b7051351f36b0e90.zip |
Got rid of code referencing the ETableScrolled proxy functions. Changed
2000-12-07 Christopher James Lahey <clahey@helixcode.com>
* message-list.c: Got rid of code referencing the ETableScrolled
proxy functions. Changed the call to e_table_set_cursor_row to
send a model row instead of a view row.
svn path=/trunk/; revision=6852
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 c311de8750..f3a5262c6f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2000-12-07 Christopher James Lahey <clahey@helixcode.com> + + * message-list.c: Got rid of code referencing the ETableScrolled + proxy functions. Changed the call to e_table_set_cursor_row to + send a model row instead of a view row. + 2000-12-07 Jeffrey Stedfast <fejj@helixcode.com> * mail-callbacks.c (forward_message): Only do a |