Skip to content

Commit

Permalink
Bug796965 - Change the default to show unused accounts
Browse files Browse the repository at this point in the history
Currently when you create a new budget, unused accounts are not shown
so change the default to match the Accounts TreeView.
  • Loading branch information
Bob-IT committed Jan 20, 2019
1 parent 020bc53 commit fec5b60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gnucash/gnome/gnc-plugin-page-budget.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ gnc_plugin_page_budget_init (GncPluginPageBudget *plugin_page)
/* Visible types */
priv->fd.visible_types = -1; /* Start with all types */
priv->fd.show_hidden = FALSE;
priv->fd.show_unused = TRUE;
priv->fd.show_zero_total = TRUE;
priv->fd.filter_override = g_hash_table_new (g_direct_hash, g_direct_equal);

Expand Down

0 comments on commit fec5b60

Please sign in to comment.