Skip to content

Commit

Permalink
Bug 797656 - Immediate crash when retrieving quotes
Browse files Browse the repository at this point in the history
gettext needs to be imported
  • Loading branch information
christopherlam committed Mar 28, 2020
1 parent 1d91873 commit ed2437e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libgnucash/scm/price-quotes.scm
Expand Up @@ -25,6 +25,7 @@
(export gnc:book-add-quotes) ;; called from gnome/dialog-price-edit-db.c
(export gnc:price-quotes-install-sources)

(use-modules (gnucash gettext))
(use-modules (gnucash utilities))
(use-modules (gnucash gnc-module))
(use-modules (gnucash core-utils))
Expand Down

0 comments on commit ed2437e

Please sign in to comment.