mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2285 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
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…
Reference in New Issue
Block a user