From 8b5aedc9a9697f4138017fd0ecb40b5a6fcbc279 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 29 Dec 2018 21:02:50 +0300 Subject: fixes #1690 (Tipper shows wrong ICQ10 online time) --- protocols/Icq10/src/server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/Icq10/src/server.cpp b/protocols/Icq10/src/server.cpp index b3edc38b04..39a74bdfd1 100644 --- a/protocols/Icq10/src/server.cpp +++ b/protocols/Icq10/src/server.cpp @@ -94,7 +94,7 @@ MCONTACT CIcqProto::ParseBuddyInfo(const JSONNode &buddy) int lastLogin = buddy["lastseen"].as_int(); if (lastLogin) - setDword(hContact, "LoginTS", lastLogin); + setDword(hContact, "LastSeen", lastLogin); str = buddy["statusMsg"].as_mstring(); if (str.IsEmpty()) -- cgit v1.2.3