mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/engine/Ledger-xml-parser-v1.c
(ledger_data_after_child_handler): mark pricedb as clean after loading git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3768 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
598339eac1
commit
2fccd6bb1f
@ -1,3 +1,9 @@
|
|||||||
|
2001-03-10 Dave Peticolas <dave@krondo.com>
|
||||||
|
|
||||||
|
* src/engine/Ledger-xml-parser-v1.c
|
||||||
|
(ledger_data_after_child_handler): mark pricedb as clean after
|
||||||
|
loading
|
||||||
|
|
||||||
2001-03-09 Bill Gribble <grib@billgribble.com>
|
2001-03-09 Bill Gribble <grib@billgribble.com>
|
||||||
|
|
||||||
* add configure/acconfig option for GPG
|
* add configure/acconfig option for GPG
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "gnc-engine-util.h"
|
#include "gnc-engine-util.h"
|
||||||
#include "gnc-pricedb.h"
|
#include "gnc-pricedb-p.h"
|
||||||
#include "io-gncxml-p.h"
|
#include "io-gncxml-p.h"
|
||||||
#include "sixtp.h"
|
#include "sixtp.h"
|
||||||
#include "sixtp-parsers.h"
|
#include "sixtp-parsers.h"
|
||||||
@ -105,6 +105,7 @@ ledger_data_after_child_handler(gpointer data_for_children,
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
status->pricedb = pdb;
|
status->pricedb = pdb;
|
||||||
|
gnc_pricedb_mark_clean(pdb);
|
||||||
child_result->should_cleanup = FALSE;
|
child_result->should_cleanup = FALSE;
|
||||||
}
|
}
|
||||||
return(TRUE);
|
return(TRUE);
|
||||||
|
Loading…
Reference in New Issue
Block a user