network dialog: default ports

This commit is contained in:
ThomasV 2013-10-05 08:51:53 +02:00
parent c0abd3c34e
commit 7ca42d75ff
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class NetworkDialog(QDialog):
def change_protocol(self, index):
p = protocol_letters[index]
host = unicode(self.server_host.text())
pp = self.servers.get(host)
pp = self.servers.get(host, DEFAULT_PORTS)
if p not in pp.keys():
p = pp.keys()[0]
port = pp[p]