From 1da6103b4a35c1cbf29e3d6bfadb2a2eec740425 Mon Sep 17 00:00:00 2001 From: Andrej Kacian Date: Thu, 31 Mar 2016 15:18:40 +0200 Subject: [PATCH] Migrate GData plugin refresh token to password store correctly. --- src/plugins/gdata/gdata_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/gdata/gdata_plugin.c b/src/plugins/gdata/gdata_plugin.c index 3e3e70c2e..387522d7f 100644 --- a/src/plugins/gdata/gdata_plugin.c +++ b/src/plugins/gdata/gdata_plugin.c @@ -126,7 +126,7 @@ gint plugin_init(gchar **error) * password store. */ if(cm_gdata_config.oauth2_refresh_token != NULL) { passwd_store_set(PWS_PLUGIN, "GData", GDATA_TOKEN_PWD_STRING, - cm_gdata_config.oauth2_refresh_token, FALSE); + cm_gdata_config.oauth2_refresh_token, TRUE); passwd_store_write_config(); } -- 2.25.1