Opened 14 years ago
Closed 14 years ago
#2185 closed bug (Fixed)
deluge.ui.client:deregister_event_handler broken
| Reported by: | corum | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.3.6 |
| Component: | Unknown | Version: | 1.3.5 |
| Keywords: | Cc: |
Description
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)
Change History (2)
comment:1 by , 14 years ago
| Version: | other (please specify) → 1.3.5 |
|---|
comment:2 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Thanks, fixed 1.3-stable: 03abe3205