Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/pidgin-opensteamworks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--steam-mobile/libsteam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/steam-mobile/libsteam.c b/steam-mobile/libsteam.c
index 62e2380..f6ed951 100644
--- a/steam-mobile/libsteam.c
+++ b/steam-mobile/libsteam.c
@@ -178,7 +178,7 @@ steam_account_set_access_token(SteamAccount *sa, const gchar *access_token) {
"domain", "libpurple",
NULL);
#else // !USE_GNOME_KEYRING
- secret_password_clear(my_SSCN, //SECRET_SCHEMA_COMPAT_NETWORK
+ my_secret_password_clear(my_SSCN, //SECRET_SCHEMA_COMPAT_NETWORK
NULL, NULL, NULL,
"user", sa->account->username,
"server", "api.steamcommunity.com",