[Gnucash-changes] r13590 - gnucash/trunk - gnc:get-account-from-full-name requires two args, not three (#334170)

Derek Atkins warlord at cvs.gnucash.org
Fri Mar 10 17:16:16 EST 2006


Author: warlord
Date: 2006-03-10 17:16:15 -0500 (Fri, 10 Mar 2006)
New Revision: 13590
Trac: http://svn.gnucash.org/trac/changeset/13590

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/import-export/qif-import/qif-dialog-utils.scm
Log:
gnc:get-account-from-full-name requires two args, not three (#334170)



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-03-10 20:35:46 UTC (rev 13589)
+++ gnucash/trunk/ChangeLog	2006-03-10 22:16:15 UTC (rev 13590)
@@ -1,3 +1,8 @@
+2006-03-10  Derek Atkins  <derek at 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 at employees.org>
 
 	* src/gnome-utils/gnc-main-window.c: Show newly created windows

Modified: gnucash/trunk/src/import-export/qif-import/qif-dialog-utils.scm
===================================================================
--- gnucash/trunk/src/import-export/qif-import/qif-dialog-utils.scm	2006-03-10 20:35:46 UTC (rev 13589)
+++ gnucash/trunk/src/import-export/qif-import/qif-dialog-utils.scm	2006-03-10 22:16:15 UTC (rev 13590)
@@ -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)))



More information about the gnucash-changes mailing list