r20598 - gnucash/trunk/src/gnome - Restore save after new account hierarchy as submitted by Robert Fewell

Geert Janssens gjanssens at code.gnucash.org
Fri Apr 29 05:44:37 EDT 2011


Author: gjanssens
Date: 2011-04-29 05:44:37 -0400 (Fri, 29 Apr 2011)
New Revision: 20598
Trac: http://svn.gnucash.org/trac/changeset/20598

Modified:
   gnucash/trunk/src/gnome/assistant-hierarchy.c
Log:
Restore save after new account hierarchy as submitted by Robert Fewell
in r19377. This was accidentally removed during the conversion from
GnomeDruid to GtkAssistant

Modified: gnucash/trunk/src/gnome/assistant-hierarchy.c
===================================================================
--- gnucash/trunk/src/gnome/assistant-hierarchy.c	2011-04-29 07:48:51 UTC (rev 20597)
+++ gnucash/trunk/src/gnome/assistant-hierarchy.c	2011-04-29 09:44:37 UTC (rev 20598)
@@ -34,6 +34,7 @@
 #include "gnc-account-merge.h"
 #include "dialog-new-user.h"
 #include "dialog-utils.h"
+#include "dialog-file-access.h"
 #include "assistant-hierarchy.h"
 #include "assistant-utils.h"
 #include "gnc-amount-edit.h"
@@ -1144,6 +1145,7 @@
     GncPluginPage *page;
     page = gnc_plugin_page_account_tree_new();
     gnc_main_window_open_page(NULL, page);
+    gnc_ui_file_access_for_save_as();
 }
 
 static void



More information about the gnucash-changes mailing list