diff options
author | George Hazan <ghazan@miranda.im> | 2018-09-04 19:53:34 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-09-04 19:53:34 +0300 |
commit | 101b8eb8a62c8cfcba71faaa38fb378c402b44a7 (patch) | |
tree | 93424ef243ec8acaa5b8be95d1fd953811f55471 | |
parent | 61a1179854e8dd939c6566d6fb6ab035ab4a6d9c (diff) |
forgotten argument added
-rw-r--r-- | protocols/Steam/src/steam_contacts.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_contacts.cpp b/protocols/Steam/src/steam_contacts.cpp index ea8ca5cfd8..e05a3f83a4 100644 --- a/protocols/Steam/src/steam_contacts.cpp +++ b/protocols/Steam/src/steam_contacts.cpp @@ -256,7 +256,8 @@ void CSteamProto::UpdateContactDetails(MCONTACT hContact, const JSONNode &data) void CSteamProto::ContactIsFriend(MCONTACT hContact) { - debugLogA("Contact %d added to a friends list"); + debugLogA("Contact %d added to a friends list", hContact); + delSetting(hContact, "AuthAsked"); delSetting(hContact, "Auth"); delSetting(hContact, "Grant"); |