From 0320f88d72f05b91029c6a0fd89fb9e78e729d02 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Sat, 19 Nov 2011 13:00:36 +0100 Subject: [PATCH] do not load the list twice when copying a theme --- openlp/core/ui/thememanager.py | 1 - 1 file changed, 1 deletion(-) 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): """