Don't create a second account hierarchy page when cancelling the Hierarchy Assistant

Yet another case this could happen: when using Actions->New Account Hierarchy
on an already open book.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23619 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2013-12-26 13:47:30 +00:00
parent 2921a5cea4
commit 1e1c705a14

View File

@ -999,7 +999,6 @@ on_cancel (GtkAssistant *gtkassistant,
gnc_suspend_gui_refresh ();
delete_hierarchy_dialog (data);
delete_our_account_tree (data);
gncp_new_user_finish ();
g_free(data);
gnc_resume_gui_refresh ();
}