mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Get price-quotes to work again.
Fix a type (missing '*') in the GncCommodityList typemap. Re-add an incorrectly dropped (use-modules ...) statement for the wrapped part of gnome-utils. Remove some duplicated (use-modules ...). git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15057 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a986b57043
commit
d858897154
@ -33,7 +33,7 @@ void gnc_option_db_destroy(GNCOptionDB *odb);
|
||||
void gnc_option_db_set_option_selectable_by_name(SCM guile_option,
|
||||
const char *section, const char *name, gboolean selectable);
|
||||
|
||||
%typemap(out) GncCommodityList {
|
||||
%typemap(out) GncCommodityList * {
|
||||
SCM list = SCM_EOL;
|
||||
GList *node;
|
||||
|
||||
|
@ -27,11 +27,10 @@
|
||||
(export gnc:price-quotes-install-sources)
|
||||
|
||||
(use-modules (gnucash process))
|
||||
(use-modules (www main))
|
||||
(use-modules (srfi srfi-1))
|
||||
(use-modules (gnucash main)) ;; FIXME: delete after we finish modularizing.
|
||||
(use-modules (gnucash gnc-module))
|
||||
(use-modules (gnucash core-utils))
|
||||
(use-modules (sw_gnome_utils)) ;; for gnucash-ui-is-running
|
||||
|
||||
(gnc:module-load "gnucash/app-utils" 0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user