mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix a missed reference from when the preferences were rearranged.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7811 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
d07d526913
commit
4ee7b8d775
@ -1,5 +1,8 @@
|
||||
2003-01-11 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/app-utils/gnc-ui-util.c: The "reverse balance" preference
|
||||
was moved a while back. Fix this missed reference.
|
||||
|
||||
* src/engine/gnc-commodity.c: Convert from the old to new symbols
|
||||
for Russian Roubles (RUB -> RUR). #102705
|
||||
|
||||
|
@ -163,7 +163,7 @@ gnc_configure_reverse_balance (void)
|
||||
for (i = 0; i < NUM_ACCOUNT_TYPES; i++)
|
||||
reverse_type[i] = FALSE;
|
||||
|
||||
choice = gnc_lookup_multichoice_option ("General",
|
||||
choice = gnc_lookup_multichoice_option ("Accounts",
|
||||
"Reversed-balance account types",
|
||||
"credit");
|
||||
|
||||
@ -209,7 +209,7 @@ gnc_reverse_balance_init (void)
|
||||
|
||||
reverse_balance_callback_id =
|
||||
gnc_register_option_change_callback (gnc_configure_reverse_balance_cb,
|
||||
NULL, "General",
|
||||
NULL, "Accounts",
|
||||
"Reversed-balance account types");
|
||||
|
||||
reverse_balance_inited = (reverse_balance_callback_id != SCM_UNDEFINED);
|
||||
|
Loading…
Reference in New Issue
Block a user