#2185: deluge.ui.client:deregister_event_handler broken
---------------------+------------------------------------------------------
Reporter: corum | Owner:
Type: bug | Status: new
Priority: trivial | Milestone: 1.3.6
Component: other | Version: other (please specify)
Keywords: |
---------------------+------------------------------------------------------
Hi,
I notice that in deluge.ui.client:deregister_event_handler, the handler is
not deregister in the proxy but reregister
In master, line 706 is:
self._daemon_proxy.register_event_handler(event, handler)
instead of:
self._daemon_proxy.deregister_event_handler(event, handler)
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2185>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" 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-dev?hl=en.