forked from openlp/openlp
Fixed signal name
This commit is contained in:
parent
3722253bcf
commit
d4e6c44d21
@ -64,7 +64,7 @@ class BiblePlugin(Plugin):
|
||||
if len(self.manager.old_bible_databases):
|
||||
self.toolsUpgradeItem.setVisible(True)
|
||||
QtCore.QObject.connect(Receiver.get_receiver(),
|
||||
QtCore.SIGNAL(u'bibles_appStartup'), self.appStartup)
|
||||
QtCore.SIGNAL(u'bibles_app_startup'), self.appStartup)
|
||||
|
||||
def finalise(self):
|
||||
"""
|
||||
|
@ -397,7 +397,7 @@ class BibleMediaItem(MediaManagerItem):
|
||||
self.loadBibles()
|
||||
# If called from first time wizard re-run, process any new bibles.
|
||||
if process:
|
||||
Receiver.send_message(u'bibles_appStartup')
|
||||
Receiver.send_message(u'bibles_app_startup')
|
||||
self.updateAutoCompleter()
|
||||
|
||||
def initialiseAdvancedBible(self, bible):
|
||||
|
Loading…
Reference in New Issue
Block a user