mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug fix.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2442 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
6166c5eae1
commit
7768c07faa
@ -1596,6 +1596,10 @@ regWindowLedger(xaccLedgerDisplay *ledger)
|
|||||||
if (ledger->type != SEARCH_LEDGER)
|
if (ledger->type != SEARCH_LEDGER)
|
||||||
gnc_register_set_date_range(regData);
|
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);
|
statusbar = gnc_register_create_status_bar(regData);
|
||||||
gtk_box_pack_start(GTK_BOX(vbox), statusbar, FALSE, FALSE, 0);
|
gtk_box_pack_start(GTK_BOX(vbox), statusbar, FALSE, FALSE, 0);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user