forked from openlp/openlp
Fix typo
This commit is contained in:
parent
229583e241
commit
1bae9b520f
@ -334,9 +334,8 @@ class ThemeManager(QtGui.QWidget):
|
|||||||
row = self.themeListWidget.row(item)
|
row = self.themeListWidget.row(item)
|
||||||
self.themeListWidget.takeItem(row)
|
self.themeListWidget.takeItem(row)
|
||||||
self.deleteTheme(theme)
|
self.deleteTheme(theme)
|
||||||
# As we do not reload the themes, push out the change
|
# As we do not reload the themes, push out the change. Reload the
|
||||||
# Reaload the list as the internal lists and events need
|
# list as the internal lists and events need to be triggered.
|
||||||
# to be triggered
|
|
||||||
self._pushThemes()
|
self._pushThemes()
|
||||||
|
|
||||||
def deleteTheme(self, theme):
|
def deleteTheme(self, theme):
|
||||||
|
Loading…
Reference in New Issue
Block a user