2002-11-28 Christian Stimming <stimming@tuhh.de>

* src/import-export/gnc-gen-transaction.c: Use add_threshold
	instead of clear_threshold to determine default txn action.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7567 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2002-11-28 17:52:26 +00:00
parent 90583c3eb8
commit 116ee4130b
2 changed files with 14 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
2002-11-28 Christian Stimming <stimming@tuhh.de>
* src/import-export/gnc-gen-transaction.c: Use add_threshold
instead of clear_threshold to determine default txn action.
* src/import-export/hbci/gnc-hbci-gettrans.c: Give correct
feedback when no transactions are there.
@@ -7,8 +10,16 @@
importer window.
2002-11-27 Benoit Gr<47>goire <bock@step.polymtl.ca>
* Makefile.am configure.in src/doc/Makefile.am
src/doc/doxygen.cfg src/doc/doxygen_main_page.c: Added doxygen documentation support, and integrated it into the build system. There is a new target, make doc, that can be used to build the documentation if you have doxygen installed. Any file in the src tree will be included in the documentation if it follows doxygen conventions. The doc created in src/doc/html. Doxygen is now required for make dist.
src/doc/doxygen.cfg src/doc/doxygen_main_page.c: Added doxygen
documentation support, and integrated it into the build system.
There is a new target, make doc, that can be used to build the
documentation if you have doxygen installed. Any file in the src
tree will be included in the documentation if it follows doxygen
conventions. The doc created in src/doc/html. Doxygen is now
required for make dist.
* src/import-export/: Enable doxygen documentation.
2002-11-27 Christian Stimming <stimming@tuhh.de>

View File

@@ -398,8 +398,8 @@ void gnc_gen_trans_add_trans(GNCGenTransaction *gui, Transaction *trans)
transaction_info = gnc_import_TransInfo_new(trans, NULL);
gnc_import_TransInfo_init_matches (transaction_info,
gui->clear_threshold,
gui->clear_threshold,
gui->add_threshold,
gui->add_threshold,
gui->display_threshold,
gnc_gen_trans_get_fuzzy_amount (gui));