mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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
This commit is contained in:
parent
5d40886086
commit
fa55da89a1
@ -34,6 +34,7 @@
|
|||||||
#include "gnc-account-merge.h"
|
#include "gnc-account-merge.h"
|
||||||
#include "dialog-new-user.h"
|
#include "dialog-new-user.h"
|
||||||
#include "dialog-utils.h"
|
#include "dialog-utils.h"
|
||||||
|
#include "dialog-file-access.h"
|
||||||
#include "assistant-hierarchy.h"
|
#include "assistant-hierarchy.h"
|
||||||
#include "assistant-utils.h"
|
#include "assistant-utils.h"
|
||||||
#include "gnc-amount-edit.h"
|
#include "gnc-amount-edit.h"
|
||||||
@ -1144,6 +1145,7 @@ create_account_page(void)
|
|||||||
GncPluginPage *page;
|
GncPluginPage *page;
|
||||||
page = gnc_plugin_page_account_tree_new();
|
page = gnc_plugin_page_account_tree_new();
|
||||||
gnc_main_window_open_page(NULL, page);
|
gnc_main_window_open_page(NULL, page);
|
||||||
|
gnc_ui_file_access_for_save_as();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user