gnc:get-account-from-full-name requires two args, not three (#334170)

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13590 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2006-03-10 22:16:15 +00:00
parent 60a2b55d60
commit ec2d9622e7
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-03-10 Derek Atkins <derek@ihtfp.com>
* src/import-export/qif-import/qif-dialog-utils.scm:
gnc:get-account-from-full-name requires two args, not three (#334170)
2006-03-10 David Hampton <hampton@employees.org>
* src/gnome-utils/gnc-main-window.c: Show newly created windows

View File

@ -608,8 +608,7 @@
(existing-gnc-acct
(gnc:get-account-from-full-name
(gnc:get-current-group)
(qif-map-entry:gnc-name map-entry)
separator))
(qif-map-entry:gnc-name map-entry)))
(book (gnc:group-get-book (gnc:get-current-group)))
(existing-type
(gnc:account-get-type existing-gnc-acct)))