diff options
author | George Hazan <george.hazan@gmail.com> | 2013-10-01 10:02:08 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-10-01 10:02:08 +0000 |
commit | 05740964d2a3a1433920a43109b15984bff698df (patch) | |
tree | c506ef472b48af83dd441992eb50ee15d15b9f46 | |
parent | 3925d34399b4859a329f4f670e53dafcfeaae0dd (diff) |
misprint
git-svn-id: http://svn.miranda-ng.org/main/trunk@6285 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | protocols/JabberG/src/jabber_thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_thread.cpp b/protocols/JabberG/src/jabber_thread.cpp index 11c27885ca..62d73180bb 100644 --- a/protocols/JabberG/src/jabber_thread.cpp +++ b/protocols/JabberG/src/jabber_thread.cpp @@ -1735,7 +1735,7 @@ void CJabberProto::OnProcessPresence(HXML node, ThreadData* info) if ((item = ListGetItemPtr(LIST_ROSTER, from)) == NULL || (item->subscription != SUB_BOTH && item->subscription != SUB_TO)) {
Log("Try adding contact automatically jid = %S", from);
if ((hContact = AddToListByJID(from, 0)) != NULL) {
- db_set_ts(hContact, "CList", "Nick", tszNick);
+ setTString(hContact, "Nick", tszNick);
db_unset(hContact, "CList", "NotOnList");
}
}
|