forked from openlp/openlp
clean ups
This commit is contained in:
parent
52e572e94d
commit
0872cefacf
@ -79,8 +79,7 @@ class BiblePlugin(Plugin):
|
|||||||
self.exportBibleItem = QtGui.QAction(export_menu)
|
self.exportBibleItem = QtGui.QAction(export_menu)
|
||||||
self.exportBibleItem.setObjectName(u'exportBibleItem')
|
self.exportBibleItem.setObjectName(u'exportBibleItem')
|
||||||
export_menu.addAction(self.exportBibleItem)
|
export_menu.addAction(self.exportBibleItem)
|
||||||
self.exportBibleItem.setText(translate(
|
self.exportBibleItem.setText(translate('BiblesPlugin', '&Bible'))
|
||||||
'BiblesPlugin', '&Bible'))
|
|
||||||
self.exportBibleItem.setVisible(False)
|
self.exportBibleItem.setVisible(False)
|
||||||
|
|
||||||
def onBibleImportClick(self):
|
def onBibleImportClick(self):
|
||||||
@ -96,7 +95,6 @@ class BiblePlugin(Plugin):
|
|||||||
def usesTheme(self, theme):
|
def usesTheme(self, theme):
|
||||||
"""
|
"""
|
||||||
Called to find out if the bible plugin is currently using a theme.
|
Called to find out if the bible plugin is currently using a theme.
|
||||||
|
|
||||||
Returns True if the theme is being used, otherwise returns False.
|
Returns True if the theme is being used, otherwise returns False.
|
||||||
"""
|
"""
|
||||||
if self.settings_tab.bible_theme == theme:
|
if self.settings_tab.bible_theme == theme:
|
||||||
|
Loading…
Reference in New Issue
Block a user