mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/gnc-module/test/mod-bar/gnc-mod-bar.c: fix for new g-wrap.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6577 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -27,7 +27,7 @@ gnc_module_description(void) {
|
||||
int
|
||||
gnc_module_init(int refcount) {
|
||||
/* publish the g-wrapped Scheme bindings for libbar */
|
||||
gw_init_module_bar_gwrap();
|
||||
gw_init_wrapset_bar_gwrap();
|
||||
|
||||
/* use the (bar) module */
|
||||
gh_eval_str("(use-modules (gnucash bar))");
|
||||
|
||||
Reference in New Issue
Block a user