mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Be silent when getting price quotes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8739 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
3c367262a5
commit
14a7776b86
@ -1,5 +1,8 @@
|
||||
2003-06-25 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/scm/price-quotes.scm: Don't print the "handling-request"
|
||||
messages when getting stock quotes. #110687
|
||||
|
||||
* src/report/report-system/html-document.scm:
|
||||
* src/report/report-system/html-text.scm: Correctly quote
|
||||
attribute values. #115244
|
||||
|
@ -321,8 +321,7 @@
|
||||
(catch
|
||||
#t
|
||||
(lambda ()
|
||||
(write (list 'handling-request request))
|
||||
(newline)
|
||||
;; (write (list 'handling-request request)) (newline)
|
||||
;; we need to display the first element (the method, so it
|
||||
;; won't be quoted) and then write the rest
|
||||
(display #\( to-child)
|
||||
|
Loading…
Reference in New Issue
Block a user