diff options
author | George Hazan <ghazan@miranda.im> | 2022-04-26 11:49:51 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-04-26 11:49:51 +0300 |
commit | fd1ca33248519ee530d1d05c6a451c9c63bf4e8a (patch) | |
tree | 46dda932cb045828614cc9194cc5107cb5102111 /protocols/JabberG/src/jabber_list.h | |
parent | 7ff20362f58bb2cbdf64545b375090e02a4ae504 (diff) |
Jabber: old erroneous idea about subjects in group chats removed
Diffstat (limited to 'protocols/JabberG/src/jabber_list.h')
-rw-r--r-- | protocols/JabberG/src/jabber_list.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/protocols/JabberG/src/jabber_list.h b/protocols/JabberG/src/jabber_list.h index 83d2699ef9..082d247350 100644 --- a/protocols/JabberG/src/jabber_list.h +++ b/protocols/JabberG/src/jabber_list.h @@ -181,11 +181,11 @@ struct JABBER_LIST_ITEM : public MZeroedObject // LIST_CHATROOM
// jid = room JID
SESSION_INFO *si;
- HWND hwndGcListBan;
- HWND hwndGcListAdmin;
- HWND hwndGcListOwner;
- int iChatState;
- uint32_t dwChatInitTime;
+ HWND hwndGcListBan;
+ HWND hwndGcListAdmin;
+ HWND hwndGcListOwner;
+ int iChatState;
+ time_t iChatInitTime;
// LIST_FILE
// jid = string representation of port number
|