CVS update: gnucash/src/register/register-gnome

Derek Atkins warlord@linas.org
Wed, 15 Jan 2003 20:56:31 -0600 (CST)


Date:	Wednesday January 15, 2003 @ 20:56
Author:	warlord

Update of /home/cvs/cvsroot/gnucash/src/register/register-gnome
In directory www.linas.org:/tmp/cvs-serv6571/src/register/register-gnome

Modified Files:
	gnucash-sheet.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.