mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
40c93f990c
commit
bbf1611b02
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user