Unindented set progress max

This commit is contained in:
phill-ridout 2013-02-19 21:57:46 +00:00
parent e31787a3b4
commit 5b7421ee1f
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ class EasyWorshipSongImport(SongImport):
rec_count = (rec_count + record_size) / record_size
block_list.append((cur_block_pos, rec_count))
total_count += rec_count
self.importWizard.progressBar.setMaximum(total_count)
self.importWizard.progressBar.setMaximum(total_count)
for block in block_list:
cur_block_pos, rec_count = block
db_file.seek(cur_block_pos + 6)