mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Print out the installed F::Q version at startup.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13189 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
9b61f0f6c5
commit
981950d7db
@ -84,7 +84,7 @@ my @sources = $quoter->sources();
|
||||
foreach my $source (@sources) {
|
||||
push(@qsources, "\"$source\"");
|
||||
}
|
||||
printf "(%s)\n", join(" ", qq/@qsources/);
|
||||
printf "(%s %s)\n", $Finance::Quote::VERSION, join(" ", qq/@qsources/);
|
||||
|
||||
## Local Variables:
|
||||
## mode: perl
|
||||
|
@ -777,4 +777,6 @@ Run 'update-finance-quote' as root to install them.") "\n")))
|
||||
(define (gnc:price-quotes-install-sources)
|
||||
(let ((sources (gnc:fq-check-sources)))
|
||||
(if (list? sources)
|
||||
(gnc:quote-source-set-fq-installed sources))))
|
||||
(begin
|
||||
(gnc:msg "Found Finance::Quote version " (car sources))
|
||||
(gnc:quote-source-set-fq-installed (cdr sources))))))
|
||||
|
Loading…
Reference in New Issue
Block a user