mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
2921a5cea4
commit
1e1c705a14
@ -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 ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user