git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2442 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-06-08 10:43:17 +00:00
parent 6166c5eae1
commit 7768c07faa

View File

@ -1596,6 +1596,10 @@ regWindowLedger(xaccLedgerDisplay *ledger)
if (ledger->type != SEARCH_LEDGER)
gnc_register_set_date_range(regData);
/* Now that we have a date range, remove any existing
* maximum on the number of splits returned. */
xaccQuerySetMaxSplits(regData->ledger->query, -1);
statusbar = gnc_register_create_status_bar(regData);
gtk_box_pack_start(GTK_BOX(vbox), statusbar, FALSE, FALSE, 0);