summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/contacts.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-02-09 14:50:59 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-02-09 14:50:59 +0000
commitd34c8dc9de79fe83cfd0b53d845f8596676442f7 (patch)
treecdd92abb3a23cac5f3eeb112a1c7adb1c171ec62 /protocols/WhatsApp/src/contacts.cpp
parent753572a30e7eb2b44b3937f3854ecfe172833a62 (diff)
fix for the default group's name
git-svn-id: http://svn.miranda-ng.org/main/trunk@12065 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/contacts.cpp')
-rw-r--r--protocols/WhatsApp/src/contacts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/contacts.cpp b/protocols/WhatsApp/src/contacts.cpp
index 8a091af1fa..26e1050d9f 100644
--- a/protocols/WhatsApp/src/contacts.cpp
+++ b/protocols/WhatsApp/src/contacts.cpp
@@ -42,7 +42,7 @@ MCONTACT WhatsAppProto::AddToContactList(const std::string &jid, const char *new
setString(hContact, "MirVer", "WhatsApp");
db_unset(hContact, "CList", "MyHandle");
db_set_b(hContact, "CList", "NotOnList", 1);
- db_set_ts(hContact, "CList", "Group", m_defaultGroup);
+ db_set_ts(hContact, "CList", "Group", m_tszDefaultGroup);
if (new_name != NULL)
db_set_utf(hContact, m_szModuleName, WHATSAPP_KEY_NICK, new_name);