mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix a few leftovers from work on main.scm
- Load proper file in gnucash-bin.c - Load string.scm (now in gnucash subdir) to make reports and qif-import work again
This commit is contained in:
parent
fbdacae610
commit
07c3162a73
@ -610,7 +610,7 @@ inner_main (void *closure, int argc, char **argv)
|
|||||||
|
|
||||||
scm_c_eval_string("(debug-set! stack 200000)");
|
scm_c_eval_string("(debug-set! stack 200000)");
|
||||||
|
|
||||||
main_mod = scm_c_resolve_module("gnucash main");
|
main_mod = scm_c_resolve_module("gnucash utilities");
|
||||||
scm_set_current_module(main_mod);
|
scm_set_current_module(main_mod);
|
||||||
|
|
||||||
/* Check whether the settings need a version update */
|
/* Check whether the settings need a version update */
|
||||||
|
@ -34,6 +34,8 @@
|
|||||||
|
|
||||||
(use-modules (gnucash gnc-module))
|
(use-modules (gnucash gnc-module))
|
||||||
|
|
||||||
|
(load-from-path "gnucash/string")
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Exports
|
;; Exports
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user