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:
Diffstat (limited to 'steam-mobile/libsteam.c')
-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 c1b0bee..f9946bc 100644
--- a/steam-mobile/libsteam.c
+++ b/steam-mobile/libsteam.c
@@ -1771,7 +1771,7 @@ static void plugin_init(PurplePlugin *plugin)
option = purple_account_option_bool_new(
_("Always use HTTPS"),
- "always_use_https", FALSE);
+ "always_use_https", TRUE);
prpl_info->protocol_options = g_list_append(
prpl_info->protocol_options, option);