* gnc-ledger-display.c -- honor user defaults for A/R and A/P windows

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7337 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2002-10-18 02:19:59 +00:00
parent 889e5fd5d3
commit ab3a983020
2 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,8 @@
* src/engine/test/test-querynew.c -- add a warning message about
known CRITICAL messages, which are safe to ignore..
* gnc-ledger-display.c -- honor user defaults for A/R and A/P windows
2002-10-16 Joshua Sled <jsled@asynchronous.org>

View File

@ -213,10 +213,12 @@ gnc_get_default_register_style (GNCAccountType type)
char *style_string;
switch (type) {
#if 0
case PAYABLE:
case RECEIVABLE:
new_style = REG_STYLE_LEDGER;
break;
#endif
default:
style_string = gnc_lookup_multichoice_option("Register",