do not load the list twice when copying a theme

This commit is contained in:
Andreas Preikschat 2011-11-19 13:00:36 +01:00
parent 380d44a522
commit 0320f88d72
1 changed files with 0 additions and 1 deletions

View File

@ -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):
"""