diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_groupchat.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_groupchat.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/JabberG/src/jabber_groupchat.cpp b/protocols/JabberG/src/jabber_groupchat.cpp index 4519a679b0..961776b08a 100644 --- a/protocols/JabberG/src/jabber_groupchat.cpp +++ b/protocols/JabberG/src/jabber_groupchat.cpp @@ -846,7 +846,7 @@ void CJabberProto::GroupchatProcessPresence(HXML node) if (ptrT(JabberNickFromJID(from)) == NULL)
return;
- GcLogCreate(item);
+ GcInit(item);
item->iChatState = 0;
// Update status of room participant
@@ -1086,7 +1086,7 @@ void CJabberProto::GroupchatProcessMessage(HXML node) else gcd.iType = GC_EVENT_MESSAGE;
}
- GcLogCreate(item);
+ GcInit(item);
time_t msgTime = 0;
if (!JabberReadXep203delay(node, msgTime)) {
|