From 05740964d2a3a1433920a43109b15984bff698df Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 1 Oct 2013 10:02:08 +0000 Subject: misprint git-svn-id: http://svn.miranda-ng.org/main/trunk@6285 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/src/jabber_thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') 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"); } } -- cgit v1.2.3