This should have been in the last commit..

This commit is contained in:
Andrew Resch 2009-05-28 19:16:28 +00:00
parent 4dc2f7d9d0
commit fa728510dd
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class Core(component.Component):
# Create the components
self.eventmanager = EventManager()
self.preferencesmanager = PreferencesManager()
self.alertmanager = AlertManager(self.session)
self.alertmanager = AlertManager()
self.pluginmanager = PluginManager(self)
self.torrentmanager = TorrentManager(self.session, self.alertmanager)
self.filtermanager = FilterManager(self)