*** empty log message ***

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2286 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2000-05-09 19:57:45 +00:00
parent f64ed1b100
commit ed93d3a110

View File

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