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:
David Hampton 2006-05-07 00:14:02 +00:00
parent 367b78637b
commit ed28db12a1
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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);
}