From 43d90a8e32ca017c6b2370131205d31dc15eca8a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 7 Feb 2019 20:28:28 +0300 Subject: fix for copy-paste --- protocols/ICQ-WIM/src/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/ICQ-WIM/src/utils.cpp b/protocols/ICQ-WIM/src/utils.cpp index 0e41836901..bbb0faef31 100644 --- a/protocols/ICQ-WIM/src/utils.cpp +++ b/protocols/ICQ-WIM/src/utils.cpp @@ -38,7 +38,7 @@ void CIcqProto::InitContactCache() else { CMStringW wszEmail(getMStringW(it, "e-mail")); if (!wszEmail.IsEmpty()) { - delSetting(it, "UIN"); + delSetting(it, "e-mail"); setWString(it, DB_KEY_ID, wszEmail); } } -- cgit v1.2.3