* src/engine/gncmod-engine.c: fix for new g-wrap.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6563 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/g2-gog-integ
Rob Browning 25 years ago
parent 4a3dd89550
commit f8159d95d0

@ -43,7 +43,9 @@ gnc_module_init(int refcount)
}
gh_eval_str("(use-modules (gnucash engine))");
gh_eval_str("(use-modules (g-wrapped gw-glib))");
gh_eval_str("(use-modules (g-wrap gw-glib))");
gh_eval_str("(use-modules (g-wrapped gw-kvp))");
gh_eval_str("(use-modules (g-wrapped gw-engine))");

Loading…
Cancel
Save