Opened 15 years ago
Closed 14 years ago
#1987 closed bug (Duplicate)
Connection Manager
| Reported by: | Calum | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.3.4 |
| Component: | GTK UI | Version: | 1.3.2 |
| Keywords: | Cc: |
Description (last modified by )
From: https://bugzilla.redhat.com/show_bug.cgi?id=733573
Traceback (most recent call last): : File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/connectionmanager.py", line 480, in on_button_connect_clicked : client.disconnect().addCallback(do_connect) :AttributeError: 'NoneType' object has no attribute 'addCallback'
Change History (3)
comment:1 by , 15 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 15 years ago
| Description: | modified (diff) |
|---|---|
| Version: | 1.3.3 → 1.3.2 |
comment:3 by , 14 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
| Summary: | Connection Manager: AttributeError: 'NoneType' object has no attribute 'addCallback' → Connection Manager |
Note:
See TracTickets
for help on using tickets.



This is actually a duplicate of #1871