diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-21 17:46:08 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-21 17:46:08 +0300 |
commit | e0c4f139b63d3690a24802e8f051359645b52d09 (patch) | |
tree | 6d7b89ddd0b3a83552651370eff85574895a1103 /include/m_srmm_int.h | |
parent | 36efd5151e53f6ebae280ca9992a1fa824086aef (diff) |
CSrmmBaseDialog: read-only contacts' processing
Diffstat (limited to 'include/m_srmm_int.h')
-rw-r--r-- | include/m_srmm_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index 4be18ba906..ce1a6a8423 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -339,7 +339,7 @@ public: MCONTACT m_hContact;
MEVENT m_hDbEventFirst;
int m_iLogFilterFlags;
- bool m_bFilterEnabled, m_bNicklistEnabled;
+ bool m_bFilterEnabled, m_bNicklistEnabled, m_bReadOnly = false;
bool m_bFGSet, m_bBGSet;
bool m_bInMenu;
COLORREF m_iFG, m_iBG;
|