fixed bug #1066296 (Renaming theme keeps old/new theme in Theme manager)

Fixes: https://launchpad.net/bugs/1066296
This commit is contained in:
Andreas Preikschat 2012-10-16 10:25:54 +02:00
parent 2f53897df5
commit f84c089938
1 changed files with 1 additions and 0 deletions

View File

@ -284,6 +284,7 @@ class ThemeManager(QtGui.QWidget):
plugin.renameTheme(old_theme_name, new_theme_name)
self.mainwindow.renderer.update_theme(
new_theme_name, old_theme_name)
self.loadThemes()
def onCopyTheme(self):
"""