Center the progress dialog on the qif import druid. Fixes #336188.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13860 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2006-04-26 04:49:24 +00:00
parent 4a77848ad7
commit 0939cfc580
6 changed files with 27 additions and 14 deletions

View File

@@ -1,5 +1,12 @@
2006-04-25 David Hampton <hampton@employees.org>
* src/import-export/qif-import/qif-to-gnc.scm:
* src/import-export/qif-import/qif-merge-groups.scm:
* src/import-export/qif-import/qif-file.scm:
* src/import-export/qif-import/druid-qif-import.c:
* src/gnome/glade/progress.glade: Center the progress dialog on
the qif import druid. Fixes #336188.
* src/engine/gnc-pricedb.c:
* src/engine/gnc-commodity.c: Mark the collections as clean after
the default items have been created. Fixes #337185.