diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-04-11 21:04:11 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-04-11 21:04:11 +0000 |
commit | 481bff2e2bd0bfd1ce306a2a514e63145fb63917 (patch) | |
tree | 754850ada56aabb7535b5362ef2ea02bca2a8beb /protocols/Steam/src/steam_utils.cpp | |
parent | 50ae2aaaa5c7f935eb54fbc9fade7fdbed4a4111 (diff) |
Steam:
- fixed minor issues
- added detection of playing contacts
- added reaction on adding/removing contacts (from steam app)
git-svn-id: http://svn.miranda-ng.org/main/trunk@8961 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_utils.cpp')
-rw-r--r-- | protocols/Steam/src/steam_utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_utils.cpp b/protocols/Steam/src/steam_utils.cpp index 862164e957..6ec2ec89f8 100644 --- a/protocols/Steam/src/steam_utils.cpp +++ b/protocols/Steam/src/steam_utils.cpp @@ -11,7 +11,7 @@ WORD CSteamProto::SteamToMirandaStatus(int state) case 3: //Away
return ID_STATUS_AWAY;
case 4: //Playing
- return PF2_OUTTOLUNCH;
+ return ID_STATUS_OUTTOLUNCH;
/*case 5: //Looking to trade
return "trade";
case 6: //Looking to play
|