diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-12-09 17:08:24 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-12-09 17:08:24 +0000 |
commit | 8a78d1312d2a7d25aabc4b2fd082891e4714dbb7 (patch) | |
tree | d0eae08094d99b1830ba66d581540f5ea10598dc /protocols/Steam/src/steam_pooling.cpp | |
parent | 89ce406fb710ff91a3f80d5f1ee674c09a1f7603 (diff) |
Steam: Show xstatus as extra icon in clist (step 3)
git-svn-id: http://svn.miranda-ng.org/main/trunk@11303 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_pooling.cpp')
-rw-r--r-- | protocols/Steam/src/steam_pooling.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_pooling.cpp b/protocols/Steam/src/steam_pooling.cpp index ff21a8e9c2..efdd6514f3 100644 --- a/protocols/Steam/src/steam_pooling.cpp +++ b/protocols/Steam/src/steam_pooling.cpp @@ -84,7 +84,7 @@ void CSteamProto::ParsePollData(JSONNODE *data) if (hContact == NULL) continue; // probably this is info about random player playing on same server, so we ignore it - setWord(hContact, "Status", status); + SetContactStatus(hContact, status); node = json_get(item, "persona_name"); setTString(hContact, "Nick", json_as_string(node)); |