* src/scm/price-quotes.scm

(gnc:*finance-quote-helper*): use gnc:*share-path*, not
gnc:*share-dir*.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6362 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-12-11 16:36:56 +00:00
parent 675be91ad0
commit 2659b8bdcf

View File

@ -222,8 +222,8 @@
;; src/engine/gnc-pricedb.h ;; src/engine/gnc-pricedb.h
(define gnc:*finance-quote-helper* (define gnc:*finance-quote-helper*
(string-append (gnc:config-var-value-get gnc:*share-dir*) (gnc:find-file "finance-quote-helper"
"/finance-quote-helper")) (gnc:config-var-value-get gnc:*share-path*)))
(define (gnc:fq-get-quotes requests) (define (gnc:fq-get-quotes requests)
;; requests should be a list where each item is of the form ;; requests should be a list where each item is of the form