minor changes

This commit is contained in:
Tim Bentley 2013-02-22 07:15:07 +00:00
parent fb466d25a2
commit 8c29f8d4e5
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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()