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:
Dave Peticolas
2001-09-20 09:31:47 +00:00
parent 0a8c78bcc1
commit 69f1430864
3 changed files with 11 additions and 4 deletions

View File

@@ -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")