r23619 - gnucash/trunk/src/gnome - Don't create a second account hierarchy page when cancelling the Hierarchy Assistant

Geert Janssens gjanssens at code.gnucash.org
Thu Dec 26 08:47:31 EST 2013


Author: gjanssens
Date: 2013-12-26 08:47:30 -0500 (Thu, 26 Dec 2013)
New Revision: 23619
Trac: http://svn.gnucash.org/trac/changeset/23619

Modified:
   gnucash/trunk/src/gnome/assistant-hierarchy.c
Log:
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.

Modified: gnucash/trunk/src/gnome/assistant-hierarchy.c
===================================================================
--- gnucash/trunk/src/gnome/assistant-hierarchy.c	2013-12-26 13:47:22 UTC (rev 23618)
+++ gnucash/trunk/src/gnome/assistant-hierarchy.c	2013-12-26 13:47:30 UTC (rev 23619)
@@ -999,7 +999,6 @@
     gnc_suspend_gui_refresh ();
     delete_hierarchy_dialog (data);
     delete_our_account_tree (data);
-    gncp_new_user_finish ();
     g_free(data);
     gnc_resume_gui_refresh ();
 }



More information about the gnucash-changes mailing list