Bug #658247 - First time setup should prompt to save file.

Fix supplied by Bob referenced in bug #665996.
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21732 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Mike Evans 2011-12-16 14:36:00 +00:00
parent 40c93f990c
commit bbf1611b02

View File

@ -28,6 +28,7 @@
#include "dialog-new-user.h"
#include "dialog-utils.h"
#include "dialog-file-access.h"
#include "assistant-hierarchy.h"
#include "gnc-engine.h"
#include "gnc-gconf-utils.h"
@ -72,6 +73,7 @@ after_hierarchy_assistant(void)
page = gnc_plugin_page_account_tree_new();
gnc_main_window_open_page(NULL, page);
gnc_ui_file_access_for_save_as();
}
void