gnucash master: Bug 737171 - After account creation wizard and saving, empty account window is shown

Geert Janssens gjanssens at code.gnucash.org
Wed Feb 11 04:35:34 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/d4e5bdc3 (commit)
	from  https://github.com/Gnucash/gnucash/commit/b22c6b6e (commit)



commit d4e5bdc354b918afa1ee0b6fca2ee6d52bc69d2b
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Wed Feb 11 10:35:05 2015 +0100

    Bug 737171 - After account creation wizard and saving, empty account window is shown

diff --git a/src/gnome/gnc-plugin-page-account-tree.c b/src/gnome/gnc-plugin-page-account-tree.c
index 5e396b1..e4707a8 100644
--- a/src/gnome/gnc-plugin-page-account-tree.c
+++ b/src/gnome/gnc-plugin-page-account-tree.c
@@ -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",



Summary of changes:
 src/gnome/gnc-plugin-page-account-tree.c | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list