From fa55da89a1702eb3bc4cab52b26e97a79c6c2c6e Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Fri, 29 Apr 2011 09:44:37 +0000 Subject: [PATCH] Restore save after new account hierarchy as submitted by Robert Fewell in r19377. This was accidentally removed during the conversion from GnomeDruid to GtkAssistant git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20598 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/assistant-hierarchy.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gnome/assistant-hierarchy.c b/src/gnome/assistant-hierarchy.c index 8829f1fd37..7806a0a6dd 100644 --- a/src/gnome/assistant-hierarchy.c +++ b/src/gnome/assistant-hierarchy.c @@ -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 @@ create_account_page(void) 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