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:
authoreionrobb <eionrobb@8ca6c67d-4297-256d-f884-781da6d5760b>2013-05-26 03:00:20 +0400
committereionrobb <eionrobb@8ca6c67d-4297-256d-f884-781da6d5760b>2013-05-26 03:00:20 +0400
commit17e8a3260051bca1327ac6a095636d68d3497a71 (patch)
tree5258eb9e9d5afc15df9af79eaf20a95fb6711234
parentd03fe75e71bf72f071e8fd8d57eaff32d71fa5cc (diff)
Update app version header
-rw-r--r--steam-mobile/steam_connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/steam-mobile/steam_connection.c b/steam-mobile/steam_connection.c
index 3b29318..189c4f1 100644
--- a/steam-mobile/steam_connection.c
+++ b/steam-mobile/steam_connection.c
@@ -497,7 +497,7 @@ void steam_post_or_get(SteamAccount *sa, SteamMethod method,
}
cookies = steam_cookies_to_string(sa);
- user_agent = purple_account_get_string(sa->account, "user-agent", "Steam 1291812 / iPhone");
+ user_agent = purple_account_get_string(sa->account, "user-agent", "Steam 1.2.0 / iPhone");
if (method & STEAM_METHOD_POST && !postdata)
postdata = "";