Ensure PreferencesManager is started before other components.

This commit is contained in:
Andrew Resch 2008-09-01 02:22:08 +00:00
parent 93e6ef144e
commit 818b626440
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ class Core(
# New release check information # New release check information
self.new_release = None self.new_release = None
component.start("PreferencesManager")
component.start() component.start()
self._should_shutdown = False self._should_shutdown = False