#755: Can't set listen_ports through console UI
-------------------------------------+--------------------------------------
Reporter: florian@… | Owner: andar
Type: bug | Status: reopened
Priority: minor | Milestone: 1.3.2
Component: console | Version: 1.3.1
Resolution: | Keywords:
-------------------------------------+--------------------------------------
Changes (by Cas):
* priority: major => minor
* component: other => console
* milestone: => 1.3.2
Comment:
I think that the issue was caused by line 69 being changed between 1.2.3
to 1.3
I looked into this a while ago and found this was the change to revert.
{{{
- return token[-1].decode("string-escape")
+ return token[1][1:-1].decode("string-escape")
}}}
I am putting this here simply for reference as I found that Sian's
suggested fix also works.
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/755#comment:6>
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.