forked from openlp/openlp
minor changes
This commit is contained in:
parent
fb466d25a2
commit
8c29f8d4e5
@ -64,7 +64,7 @@ class PluginManager(object):
|
|||||||
"""
|
"""
|
||||||
Bootstrap all the plugin manager functions
|
Bootstrap all the plugin manager functions
|
||||||
"""
|
"""
|
||||||
log.info(u'Bootstrap')
|
log.info(u'bootstrap_initialise')
|
||||||
self.find_plugins()
|
self.find_plugins()
|
||||||
# hook methods have to happen after find_plugins. Find plugins needs
|
# hook methods have to happen after find_plugins. Find plugins needs
|
||||||
# the controllers hence the hooks have moved from setupUI() to here
|
# the controllers hence the hooks have moved from setupUI() to here
|
||||||
|
@ -417,7 +417,6 @@ class ThemeManager(QtGui.QWidget):
|
|||||||
self._write_theme(theme, None, None)
|
self._write_theme(theme, None, None)
|
||||||
Settings().setValue(self.settingsSection + u'/global theme', theme.theme_name)
|
Settings().setValue(self.settingsSection + u'/global theme', theme.theme_name)
|
||||||
self.config_updated()
|
self.config_updated()
|
||||||
files = SettingsManager.get_files(self.settingsSection, u'.png')
|
|
||||||
self.application.set_normal_cursor()
|
self.application.set_normal_cursor()
|
||||||
self.load_themes()
|
self.load_themes()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user