From fb86611ad8c4e7b589508267edbf5e49eab870c0 Mon Sep 17 00:00:00 2001 From: Eion Robb Date: Thu, 27 Aug 2015 18:54:36 +1200 Subject: Actually use the offline history setting :| --- steam-mobile/libsteam.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/steam-mobile/libsteam.c b/steam-mobile/libsteam.c index 9cf2e64..8ac448f 100644 --- a/steam-mobile/libsteam.c +++ b/steam-mobile/libsteam.c @@ -839,7 +839,10 @@ steam_get_friend_list_cb(SteamAccount *sa, JsonObject *obj, gpointer user_data) } g_free(users_to_fetch); - steam_get_conversations(sa); + if (purple_account_get_bool(sa->account, "download_offline_history", TRUE)) + { + steam_get_conversations(sa); + } } static void -- cgit v1.2.3