mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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:
parent
675be91ad0
commit
2659b8bdcf
@ -222,8 +222,8 @@
|
||||
;; src/engine/gnc-pricedb.h
|
||||
|
||||
(define gnc:*finance-quote-helper*
|
||||
(string-append (gnc:config-var-value-get gnc:*share-dir*)
|
||||
"/finance-quote-helper"))
|
||||
(gnc:find-file "finance-quote-helper"
|
||||
(gnc:config-var-value-get gnc:*share-path*)))
|
||||
|
||||
(define (gnc:fq-get-quotes requests)
|
||||
;; requests should be a list where each item is of the form
|
||||
|
Loading…
Reference in New Issue
Block a user