Browse Source

fix: do not change the server if the user cancelled the action

283
ThomasV 13 years ago
parent
commit
c6c04f80fe
  1. 2
      client/electrum4a.py

2
client/electrum4a.py

@ -693,7 +693,7 @@ def settings_loop():
host = srv.split(':')[0]
if host in plist:
server = protocol_dialog(host, plist[host])
print server
if server:
droid.fullSetProperty("server","text",server)
elif id=="buttonSave":

Loading…
Cancel
Save