*** empty log message ***

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2285 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldreleases/1.4
Dave Peticolas 26 years ago
parent ef606f0203
commit f64ed1b100

@ -78,7 +78,8 @@
(let ((file (if (pair? gnc:*command-line-files*)
(car gnc:*command-line-files*)
(gnc:history-get-last))))
(gnc:ui-open-file file))
(if file
(gnc:ui-open-file file)))
;; add a hook to save the user configs on shutdown
(gnc:hook-add-dangler gnc:*shutdown-hook* gnc:save-global-options)

Loading…
Cancel
Save