Author: damoxc
Revision: 6120
Log:
remove starting the events manager upon client connect
Diff:
Modified: trunk/deluge/ui/web/js/Deluge.UI.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.UI.js 2010-01-23 15:38:07 UTC (rev 6119)
+++ trunk/deluge/ui/web/js/Deluge.UI.js 2010-01-23 15:39:05 UTC (rev 6120)
@@ -82,9 +82,6 @@
Deluge.Client.on('connected', function(e) {
Deluge.Login.show();
- Deluge.Events.start();
- Deluge.Events.on('PluginEnabledEvent',
this.onPluginEnabled, this);
- Deluge.Events.on('PluginDisabledEvent',
this.onPluginDisabled, this);
}, this, {single: true});
this.update = this.update.bind(this);
--
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.