diff --git a/openlp/core/ui/thememanager.py b/openlp/core/ui/thememanager.py index a55f39fd3..44ac83043 100644 --- a/openlp/core/ui/thememanager.py +++ b/openlp/core/ui/thememanager.py @@ -430,6 +430,7 @@ class ThemeManager(QtGui.QWidget): log.debug(u'generateAndSaveImage %s %s %s', dir, name, theme_xml) theme = ThemeXML() theme.parse(theme_xml) + self.cleanTheme(theme) theme.extend_image_filename(dir) frame = self.generateImage(theme) samplepathname = os.path.join(self.path, name + u'.png')