mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add save-options hook and use it to save style sheets.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5392 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -111,6 +111,7 @@
|
||||
(export gnc:get-credit-string)
|
||||
(export gnc:*options-entries*)
|
||||
(export gnc:config-file-format-version)
|
||||
(export gnc:*save-options-hook*)
|
||||
|
||||
;; date-utilities.scm
|
||||
|
||||
@@ -236,8 +237,8 @@
|
||||
(load-from-path "c-interface.scm")
|
||||
(load-from-path "config-var.scm")
|
||||
(load-from-path "options.scm")
|
||||
(load-from-path "prefs.scm")
|
||||
(load-from-path "hooks.scm")
|
||||
(load-from-path "prefs.scm")
|
||||
(load-from-path "date-utilities.scm")
|
||||
(load-from-path "utilities.scm")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user