forked from openlp/openlp
disable manager
This commit is contained in:
parent
2a28094937
commit
7d336911ba
@ -107,6 +107,8 @@ 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