summaryrefslogtreecommitdiff
path: root/protocols/Steam
diff options
context:
space:
mode:
authorElzorFox <elzorfox@ya.ru>2025-04-08 09:08:50 +0500
committerElzorFox <elzorfox@ya.ru>2025-04-08 09:08:50 +0500
commit05cc4c1cf0569e6bc1fa947a5c8b050589722f96 (patch)
tree0d85304992fe39b6e37d93b4770a944662fc9317 /protocols/Steam
parent1955646cf33d43da930280b8ebbbee121bb1a428 (diff)
parentc6ae13679f4eedbdeded7ed91ca6ae621507b81a (diff)
Merge branch 'master' of https://github.com/miranda-ng/miranda-ng
Diffstat (limited to 'protocols/Steam')
-rw-r--r--protocols/Steam/proto_steam/res/Invisible.icobin5430 -> 5430 bytes
-rw-r--r--protocols/Steam/src/steam_login.cpp4
2 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Steam/proto_steam/res/Invisible.ico b/protocols/Steam/proto_steam/res/Invisible.ico
index f920c04ed2..68e4a93641 100644
--- a/protocols/Steam/proto_steam/res/Invisible.ico
+++ b/protocols/Steam/proto_steam/res/Invisible.ico
Binary files differ
diff --git a/protocols/Steam/src/steam_login.cpp b/protocols/Steam/src/steam_login.cpp
index 1235130542..669d164351 100644
--- a/protocols/Steam/src/steam_login.cpp
+++ b/protocols/Steam/src/steam_login.cpp
@@ -159,7 +159,7 @@ INT_PTR CALLBACK CSteamProto::EnterEmailCode(void *param)
ppro->SendConfirmationCode(true, T2Utf(es.ptszResult));
mir_free(es.ptszResult);
}
- else ppro->Logout();
+ else ppro->m_ws->terminate();
return 0;
}
@@ -174,7 +174,7 @@ INT_PTR CALLBACK CSteamProto::EnterTotpCode(void *param)
ppro->SendConfirmationCode(false, T2Utf(es.ptszResult));
mir_free(es.ptszResult);
}
- else ppro->Logout();
+ else ppro->m_ws->terminate();
return 0;
}