mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
misc session->book bugfixes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6019 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
860adf103c
commit
2a1dd5b86c
@ -124,7 +124,7 @@ file_load_file(Backend *be)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
file_book_load (Backend *be, GNCBook *book)
|
file_book_load (Backend *be, GNCSession *session)
|
||||||
{
|
{
|
||||||
if (!file_load_file(be))
|
if (!file_load_file(be))
|
||||||
{
|
{
|
||||||
|
@ -39,6 +39,7 @@
|
|||||||
#include "Scrub.h"
|
#include "Scrub.h"
|
||||||
#include "Transaction.h"
|
#include "Transaction.h"
|
||||||
#include "TransactionP.h"
|
#include "TransactionP.h"
|
||||||
|
#include "TransLog.h"
|
||||||
#include "gnc-pricedb.h"
|
#include "gnc-pricedb.h"
|
||||||
#include "gnc-engine-util.h"
|
#include "gnc-engine-util.h"
|
||||||
#include "gnc-book-p.h"
|
#include "gnc-book-p.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user