#2114: Connection manager shows wrong info when connected to localhost
-------------------+--------------------------------------------------------
Reporter: bro | Owner:
Type: bug | Status: new
Priority: minor | Milestone: 1.3.6
Component: gtkui | Version: 1.3.5
Keywords: |
-------------------+--------------------------------------------------------
The problem is that the code distinguishes between localhost and 127.0.0.1
when comparing the hosts.
There are two issues:
1)
The gtk-client can connect to localclient@localhost:58846 on startup but
an entry in the connection manager with [email protected]:58846 will
show as ''not connected''.
2)
When adding a new host, it's possible to add [email protected]:58846
if localclient@localhost:58846 is already in the list, and the other way
around.
Fix:
https://github.com/bendikro/deluge/commit/05fb216da9d128f8be24bf9824017b6b80bd28d2
This fix has not been ''extensively'' tested, but worked as expected when
tested on Ubuntu. The only thing I expect could matter is that in the
method __update_list, the variable host is changed, and later passed to
Client.connect().
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2114>
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.