forked from openlp/openlp
Fix message parenting
This commit is contained in:
parent
7729ba3ced
commit
26bae2e35b
@ -242,7 +242,7 @@ class BibleManager(object):
|
|||||||
if reflist:
|
if reflist:
|
||||||
return self.db_cache[bible].get_verses(reflist)
|
return self.db_cache[bible].get_verses(reflist)
|
||||||
else:
|
else:
|
||||||
QtGui.QMessageBox.information(self.parent.mediaitem,
|
QtGui.QMessageBox.information(self.parent.mediaItem,
|
||||||
translate('BiblesPlugin.BibleManager',
|
translate('BiblesPlugin.BibleManager',
|
||||||
'Scripture Reference Error'),
|
'Scripture Reference Error'),
|
||||||
translate('BiblesPlugin.BibleManager', 'Your scripture '
|
translate('BiblesPlugin.BibleManager', 'Your scripture '
|
||||||
|
Loading…
Reference in New Issue
Block a user