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:
David Hampton
2002-09-17 07:47:15 +00:00
parent 7c484abb46
commit 55f2f43fcd
33 changed files with 723 additions and 164 deletions

View File

@@ -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. */
{