Bug796965 - Change the default to show unused accounts

Currently when you create a new budget, unused accounts are not shown
so change the default to match the Accounts TreeView.
This commit is contained in:
Robert Fewell 2019-01-20 12:26:42 +00:00
parent 020bc5371f
commit fec5b603e2

View File

@ -334,6 +334,7 @@ gnc_plugin_page_budget_init (GncPluginPageBudget *plugin_page)
/* Visible types */ /* Visible types */
priv->fd.visible_types = -1; /* Start with all types */ priv->fd.visible_types = -1; /* Start with all types */
priv->fd.show_hidden = FALSE; priv->fd.show_hidden = FALSE;
priv->fd.show_unused = TRUE;
priv->fd.show_zero_total = TRUE; priv->fd.show_zero_total = TRUE;
priv->fd.filter_override = g_hash_table_new (g_direct_hash, g_direct_equal); priv->fd.filter_override = g_hash_table_new (g_direct_hash, g_direct_equal);