diff options
author | George Hazan <george.hazan@gmail.com> | 2013-06-18 21:16:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-06-18 21:16:39 +0000 |
commit | 0a749321d05905e3d6396b053cbe8b208e7e4aa6 (patch) | |
tree | 69714092cf8ebe892bf79c56f1641ecfa701cfb5 /protocols/JabberG/src/jabber_thread.cpp | |
parent | e74376e044f745e7efdbb6bcd3d8c1de5d46d470 (diff) |
minor code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@5029 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_thread.cpp')
-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 935f3d4e93..49b4e045e4 100644 --- a/protocols/JabberG/src/jabber_thread.cpp +++ b/protocols/JabberG/src/jabber_thread.cpp @@ -1666,7 +1666,7 @@ void CJabberProto::OnProcessPresence(HXML node, ThreadData* info) if (_tcschr(from, '@')==NULL) {
UI_SAFE_NOTIFY(m_pDlgServiceDiscovery, WM_JABBER_TRANSPORT_REFRESH);
}
- Log("%S (%S) online, set contact status to %s", nick, from, CallService(MS_CLIST_GETSTATUSMODEDESCRIPTION,(WPARAM)status,0));
+ Log("%S (%S) online, set contact status to %S", nick, from, pcli->pfnGetStatusModeDescription(status, 0));
mir_free(nick);
HXML xNode;
|