summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/JabberG/src/jabber_chat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_chat.cpp b/protocols/JabberG/src/jabber_chat.cpp
index 98354cc203..1a7b934cf7 100644
--- a/protocols/JabberG/src/jabber_chat.cpp
+++ b/protocols/JabberG/src/jabber_chat.cpp
@@ -1397,7 +1397,7 @@ int CJabberProto::JabberGcEventHook(WPARAM, LPARAM lParam)
break;
case GC_USER_PRIVMESS:
- sttSendPrivateMessage(this, item, roomJid);
+ sttSendPrivateMessage(this, item, T2Utf(gch->ptszUID));
break;
case GC_USER_LOGMENU: