From 9a68e356af425b4268589b014eb50ef1f276b893 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 22 Jul 2015 15:06:57 -0700 Subject: 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 --- pref.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pref.h') diff --git a/pref.h b/pref.h index fcb051bd9..3791f62e7 100644 --- a/pref.h +++ b/pref.h @@ -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; -- cgit v1.2.3-70-g09d2