forked from openlp/openlp
- do not (re)load the list twice when cloning a theme
bzr-revno: 1801
This commit is contained in:
commit
9d95c4468e
@ -300,7 +300,6 @@ class ThemeManager(QtGui.QWidget):
|
||||
if self.checkIfThemeExists(newThemeName):
|
||||
themeData = self.getThemeData(oldThemeName)
|
||||
self.cloneThemeData(themeData, newThemeName)
|
||||
self.loadThemes()
|
||||
|
||||
def cloneThemeData(self, themeData, newThemeName):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user