diff --git a/openlp/core/lib/pluginmanager.py b/openlp/core/lib/pluginmanager.py index 42f2d715a..e918d743a 100644 --- a/openlp/core/lib/pluginmanager.py +++ b/openlp/core/lib/pluginmanager.py @@ -64,7 +64,7 @@ class PluginManager(object): """ Bootstrap all the plugin manager functions """ - log.info(u'Bootstrap') + log.info(u'bootstrap_initialise') self.find_plugins() # hook methods have to happen after find_plugins. Find plugins needs # the controllers hence the hooks have moved from setupUI() to here diff --git a/openlp/core/ui/thememanager.py b/openlp/core/ui/thememanager.py index 27bdf6bd3..2ca72e9a1 100644 --- a/openlp/core/ui/thememanager.py +++ b/openlp/core/ui/thememanager.py @@ -417,7 +417,6 @@ class ThemeManager(QtGui.QWidget): self._write_theme(theme, None, None) Settings().setValue(self.settingsSection + u'/global theme', theme.theme_name) self.config_updated() - files = SettingsManager.get_files(self.settingsSection, u'.png') self.application.set_normal_cursor() self.load_themes()