diff options
-rw-r--r-- | protocols/ICQ-WIM/src/poll.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/poll.cpp b/protocols/ICQ-WIM/src/poll.cpp index 8347f2a8e8..1d2a43b8dc 100644 --- a/protocols/ICQ-WIM/src/poll.cpp +++ b/protocols/ICQ-WIM/src/poll.cpp @@ -38,7 +38,7 @@ void CIcqProto::ProcessBuddyList(const JSONNode &ev) setWString(hContact, "IcqGroup", szGroup); ptrW mirGroup(Clist_GetGroup(hContact)); - if (mirGroup != szGroup) + if (mir_wstrcmp(mirGroup, szGroup)) bEnableMenu = true; if (mirGroup) { |