1
0

network dialog

This commit is contained in:
thomasv
2012-02-13 15:44:16 +01:00
parent 0a36a557cc
commit a7345418be
3 changed files with 70 additions and 6 deletions

View File

@@ -201,3 +201,9 @@ class Interface:
def get_servers(self):
thread.start_new_thread(self.update_servers_thread, ())
def set_server(self, host, port):
if host!= self.host or port!=self.port:
self.host = host
self.set_port( port )
self.is_connected = False