Author: andar
Revision: 5321
Log:
This should have been in the last commit..
Diff:
Modified: trunk/deluge/core/core.py
===================================================================
--- trunk/deluge/core/core.py 2009-05-28 19:15:32 UTC (rev 5320)
+++ trunk/deluge/core/core.py 2009-05-28 19:16:28 UTC (rev 5321)
@@ -128,7 +128,7 @@
# 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)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---