* src/scm/main.scm ((gnc:main)): remove the main window startup

with new user startup (moved to end of new user stuff).


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4157 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
James LewisMoss 2001-05-10 16:15:34 +00:00
parent edf821719a
commit dbff65cc9a

View File

@ -162,9 +162,6 @@
(gnc:lookup-global-option "__new_user" "first_startup")))
1))
(begin
(gnc:default-ui-start)
(gnc:show-main-window)
(gnc:hook-run-danglers gnc:*book-opened-hook* #f)
(gnc:show-new-user-window)
(gnc:start-ui-event-loop))
(begin