From 7eaccc7d1af879e2a8c58364ca0c11816225dfe0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 27 Mar 2018 18:39:07 +0300 Subject: there's no need to load contacts from unloaded protocols --- include/m_clistint.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/m_clistint.h b/include/m_clistint.h index 29ee8791e9..3e145fa977 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -268,7 +268,8 @@ struct ClcCacheEntryBase MCONTACT hContact; wchar_t* tszName; wchar_t* tszGroup; - int bIsHidden; + int bIsHidden; + char* szProto; }; struct CLIST_INTERFACE -- cgit v1.2.3