CVS update: gnucash/src/business/business-ledger
Derek Atkins
warlord@linas.org
Wed, 15 Jan 2003 20:56:27 -0600 (CST)
Date: Wednesday January 15, 2003 @ 20:56
Author: warlord
Update of /home/cvs/cvsroot/gnucash/src/business/business-ledger
In directory www.linas.org:/tmp/cvs-serv6571/src/business/business-ledger
Modified Files:
gncEntryLedgerLoad.c
Log Message:
* src/register/register-gnome/gnucash-sheet.c: fix a fencepost
error where it assumed there would be at least two "visible
rows" per block, so search through the end rather than skipping
the last row. This fixes the page-up/page-down problem with
invoices. Also add more places where the visible range is computed.
* src/business/business-ledger/gncEntryLedgerLoad.c: add code to
"show_range()" which should fix the page-up/page-down problem.