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

@@ -354,12 +354,9 @@ def run_network_dialog( wallet, parent ):
else:
return
if host!= wallet.interface.host or port!=wallet.interface.port:
wallet.interface.host = host
wallet.interface.set_port( port )
wallet.interface.is_connected = False
if parent:
wallet.save()
wallet.interface.set_server(host, port)
if parent:
wallet.save()