summaryrefslogtreecommitdiff
path: root/include/m_protocols.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-07 18:44:31 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-04-07 18:44:31 +0300
commit5565e5b9839eea8a57e9c46f87e611dd546c8b46 (patch)
tree97156edbfa1bff3d2a8e50e8ba828aa90298eb42 /include/m_protocols.h
parent05e6fa41a1eb29e07060cc540fdde3ba58686f6c (diff)
status caching moved from MenuItem to PROTOACCOUNT - this is very effective
Diffstat (limited to 'include/m_protocols.h')
-rw-r--r--include/m_protocols.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_protocols.h b/include/m_protocols.h
index 7ae638bf58..884ca2c5c3 100644
--- a/include/m_protocols.h
+++ b/include/m_protocols.h
@@ -279,6 +279,7 @@ struct MIR_APP_EXPORT PROTOACCOUNT
char* szUniqueId; // setting's unique id for any contact in the account
int iIconBase; // index of the first icon in ClistImages
+ int iRealStatus; // last status reported by protocol
bool IsEnabled(void) const;
bool IsLocked(void) const;