mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 737171 - After account creation wizard and saving, empty account window is shown
This commit is contained in:
parent
b22c6b6eb9
commit
d4e5bdc354
@ -472,6 +472,7 @@ gnc_plugin_page_account_tree_init (GncPluginPageAccountTree *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;
|
||||
|
||||
LEAVE("page %p, priv %p, action group %p",
|
||||
|
Loading…
Reference in New Issue
Block a user