diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-07-22 15:06:57 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-22 15:06:57 -0700 |
commit | 9a68e356af425b4268589b014eb50ef1f276b893 (patch) | |
tree | e965b82aa5b4d1bbe6c60db756977dc48f5fc353 /pref.h | |
parent | aa9c2b738427dade65a0a273f57e2773f781e50a (diff) | |
download | subsurface-9a68e356af425b4268589b014eb50ef1f276b893.tar.gz |
Make password change asynchronous
This isn't perfect (if you make multiple requests things could go badly),
but it's better than just slapping the new password into the settings,
even if the update failed.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'pref.h')
-rw-r--r-- | pref.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -109,6 +109,7 @@ struct preferences { short default_file_behavior; facebook_prefs_t facebook; char *cloud_storage_password; + char *cloud_storage_newpassword; char *cloud_storage_email; char *cloud_storage_email_encoded; bool save_password_local; |