forked from openlp/openlp
reverted change
This commit is contained in:
parent
97a4bdf286
commit
ba462d321b
@ -107,8 +107,6 @@ class BiblePlugin(Plugin):
|
|||||||
Perform tasks on application startup
|
Perform tasks on application startup
|
||||||
"""
|
"""
|
||||||
Plugin.app_startup(self)
|
Plugin.app_startup(self)
|
||||||
# FIXME: python3
|
|
||||||
return
|
|
||||||
if self.manager.old_bible_databases:
|
if self.manager.old_bible_databases:
|
||||||
if QtGui.QMessageBox.information(self.main_window,
|
if QtGui.QMessageBox.information(self.main_window,
|
||||||
translate('OpenLP', 'Information'),
|
translate('OpenLP', 'Information'),
|
||||||
|
Loading…
Reference in New Issue
Block a user