mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add a progress bar to main window. Use this progress bar to show the
progress of read, write and export functions. Internally this adds a callback pointer for the various backends to pass a percentage done number out to the session code. It also adds a callback pointer for the session code to pass this percentage on out to the routine that initiated the file read/write. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7225 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -405,7 +405,6 @@ gnc_gui_init (SCM command_line)
|
||||
/* initialize gnome MDI and set up application window defaults */
|
||||
if (!gnc_mdi_get_current ())
|
||||
gnc_main_window_new ();
|
||||
gnc_destroy_splash_screen();
|
||||
|
||||
/* Run the ui startup hooks. */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user