Browse Source

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

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

4
client/electrum4a.py

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

Loading…
Cancel
Save