diff options
author | George Hazan <george.hazan@gmail.com> | 2014-10-04 14:12:16 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-10-04 14:12:16 +0000 |
commit | 9a942c19b93060396982b19a665a231e11324ebf (patch) | |
tree | 3181409249578a3c4c9739483a1eb97cd644b546 /protocols/JabberG/src/jabber_proto.h | |
parent | 87cae0ab16baff67784eabfa41464bb598204b13 (diff) |
Jabber:
- fix for a very rare crash with Jabber info frame;
- unused vavriables removed;
git-svn-id: http://svn.miranda-ng.org/main/trunk@10687 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r-- | protocols/JabberG/src/jabber_proto.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index 22eccdc0a3..522f3546da 100644 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -170,11 +170,10 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface mir_cs m_csModeMsgMutex;
JABBER_MODEMSGS m_modeMsgs;
- BOOL m_bModeMsgStatusChangePending;
- BOOL m_bChangeStatusMessageOnly;
- BOOL m_bSendKeepAlive;
- BOOL m_bPepSupported;
+ bool m_bShutdown;
+ bool m_bSendKeepAlive;
+ bool m_bPepSupported;
HWND m_hwndAgentRegInput;
HWND m_hwndRegProgress;
|