1
0

enable changes of protocol, proxy at runtime

This commit is contained in:
ThomasV
2013-10-05 13:48:02 +02:00
parent 1b4f26195b
commit 45b111e14c
3 changed files with 21 additions and 19 deletions

View File

@@ -121,10 +121,9 @@ class NetworkDialog(QDialog):
if server:
host, port, protocol = server.split(':')
self.set_protocol(protocol)
self.change_server(host, protocol)
else:
self.set_protocol('s')
self.set_protocol(self.network.protocol)
self.servers_list_widget.connect(self.servers_list_widget,
SIGNAL('currentItemChanged(QTreeWidgetItem*,QTreeWidgetItem*)'),