mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Rebuild the column selection menu when the report currency is changed.
Fixes #340243. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13936 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
367b78637b
commit
ed28db12a1
@ -1,5 +1,9 @@
|
||||
2006-05-06 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/gnome-utils/gnc-tree-view-account.c: Rebuild the column
|
||||
selection menu when the report currency is changed. Fixes
|
||||
#340243.
|
||||
|
||||
* src/register/register-gnome/gnucash-header.c:
|
||||
* src/gnome-utils/dialog-transfer.c: Trivial replacements for
|
||||
deprecated functions.
|
||||
|
@ -1423,6 +1423,8 @@ gtva_update_column_names (GncTreeView *view)
|
||||
gtva_update_column_name(priv->total_report_column,
|
||||
/* Translators: %s is a currency mnemonic.*/
|
||||
_("Total (%s)"), mnemonic);
|
||||
gnc_tree_view_set_show_column_menu(view, FALSE);
|
||||
gnc_tree_view_set_show_column_menu(view, TRUE);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user