mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Partial revert of r21588.
Causes crash when updating price quote. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21625 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a5caa69df9
commit
c0e6f0c838
@ -66,6 +66,13 @@ void gnc_option_db_set_option_selectable_by_name(SCM guile_option,
|
||||
$result = scm_reverse(list);
|
||||
}
|
||||
|
||||
%inline %{
|
||||
typedef GList GncCommodityList;
|
||||
|
||||
GncCommodityList *
|
||||
gnc_commodity_table_get_quotable_commodities(const gnc_commodity_table * table);
|
||||
%}
|
||||
|
||||
gnc_commodity * gnc_default_currency (void);
|
||||
gnc_commodity * gnc_default_report_currency (void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user