diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-07 20:28:28 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-07 20:28:28 +0300 |
commit | 43d90a8e32ca017c6b2370131205d31dc15eca8a (patch) | |
tree | b0d610d7447133e8fa60bef9d6be560c49b860d8 /protocols/ICQ-WIM/src/utils.cpp | |
parent | 3aae70e7ad1247f82d14314a6afe9c4b22d0fa2a (diff) |
fix for copy-paste
Diffstat (limited to 'protocols/ICQ-WIM/src/utils.cpp')
-rw-r--r-- | protocols/ICQ-WIM/src/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |