Default the budget page's show_hidden flag to FALSE. Closes #339413.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13836 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Chris Shoemaker 2006-04-24 00:58:43 +00:00
parent 3ca300ec3b
commit c892fdc474

View File

@ -294,7 +294,7 @@ gnc_plugin_page_budget_init (GncPluginPageBudget *plugin_page)
/* Visisble types */
priv->fd.visible_types = -1; /* Start with all types */
priv->fd.show_hidden = TRUE;
priv->fd.show_hidden = FALSE;
priv->fd.show_zero_total = TRUE;
priv->sigFigs = 1;