From f84c0899389cb8444f7615306012935e928af61c Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Tue, 16 Oct 2012 10:25:54 +0200 Subject: [PATCH] fixed bug #1066296 (Renaming theme keeps old/new theme in Theme manager) Fixes: https://launchpad.net/bugs/1066296 --- openlp/core/ui/thememanager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openlp/core/ui/thememanager.py b/openlp/core/ui/thememanager.py index a5293e3a8..70bf78b29 100644 --- a/openlp/core/ui/thememanager.py +++ b/openlp/core/ui/thememanager.py @@ -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): """