forked from openlp/openlp
Fixed up an error in the Bibles plugin where OpenSong imports would be programmatically canceled.
This commit is contained in:
parent
7da00bc26f
commit
5d8c1e42ba
@ -102,7 +102,7 @@ class OpenSongBible(BibleDB):
|
||||
finally:
|
||||
if file:
|
||||
file.close()
|
||||
if self.stop_import:
|
||||
if self.stop_import_flag:
|
||||
self.wizard.incrementProgressBar(u'Import canceled!')
|
||||
return False
|
||||
else:
|
||||
|
@ -22,7 +22,7 @@ DefaultDirName={pf}\{#MyAppName}
|
||||
DefaultGroupName=OpenLP 2.0
|
||||
AllowNoIcons=true
|
||||
LicenseFile=LICENSE.txt
|
||||
OutputBaseFilename=OpenLP-1.9.0-bzr737-setup
|
||||
OutputBaseFilename=OpenLP-1.9.0-bzr739-setup
|
||||
Compression=lzma
|
||||
SolidCompression=true
|
||||
SetupIconFile=C:\Program Files\Inno Setup 5\Examples\Setup.ico
|
||||
|
Loading…
Reference in New Issue
Block a user