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:
|
finally:
|
||||||
if file:
|
if file:
|
||||||
file.close()
|
file.close()
|
||||||
if self.stop_import:
|
if self.stop_import_flag:
|
||||||
self.wizard.incrementProgressBar(u'Import canceled!')
|
self.wizard.incrementProgressBar(u'Import canceled!')
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
|
@ -22,7 +22,7 @@ DefaultDirName={pf}\{#MyAppName}
|
|||||||
DefaultGroupName=OpenLP 2.0
|
DefaultGroupName=OpenLP 2.0
|
||||||
AllowNoIcons=true
|
AllowNoIcons=true
|
||||||
LicenseFile=LICENSE.txt
|
LicenseFile=LICENSE.txt
|
||||||
OutputBaseFilename=OpenLP-1.9.0-bzr737-setup
|
OutputBaseFilename=OpenLP-1.9.0-bzr739-setup
|
||||||
Compression=lzma
|
Compression=lzma
|
||||||
SolidCompression=true
|
SolidCompression=true
|
||||||
SetupIconFile=C:\Program Files\Inno Setup 5\Examples\Setup.ico
|
SetupIconFile=C:\Program Files\Inno Setup 5\Examples\Setup.ico
|
||||||
|
Loading…
Reference in New Issue
Block a user