diff --git a/openlp/core/ui/thememanager.py b/openlp/core/ui/thememanager.py index 6fc2a7ea5..596bce5d9 100644 --- a/openlp/core/ui/thememanager.py +++ b/openlp/core/ui/thememanager.py @@ -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): """