* 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:
Dave Peticolas 2001-03-11 02:37:06 +00:00
parent 598339eac1
commit 2fccd6bb1f
3 changed files with 9 additions and 2 deletions

View File

@ -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>
* add configure/acconfig option for GPG

View File

@ -25,7 +25,7 @@
#include <string.h>
#include "gnc-engine-util.h"
#include "gnc-pricedb.h"
#include "gnc-pricedb-p.h"
#include "io-gncxml-p.h"
#include "sixtp.h"
#include "sixtp-parsers.h"
@ -105,6 +105,7 @@ ledger_data_after_child_handler(gpointer data_for_children,
return FALSE;
}
status->pricedb = pdb;
gnc_pricedb_mark_clean(pdb);
child_result->should_cleanup = FALSE;
}
return(TRUE);