From b7a7d90f054d48dfda64e8a11d4f5cbb3fe2a521 Mon Sep 17 00:00:00 2001 From: Szymon Tokarz Date: Fri, 26 Jun 2015 13:57:26 +0000 Subject: MirFox - fix Options Contacts list checking (use EMPTY_EXTRA_ICON from m_extraicons.h instead of 0xFF) - minor fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@14399 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirFox/src/MirfoxData.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/MirFox/src/MirfoxData.cpp') diff --git a/plugins/MirFox/src/MirfoxData.cpp b/plugins/MirFox/src/MirfoxData.cpp index 17d5a782ab..abd980f02e 100644 --- a/plugins/MirFox/src/MirfoxData.cpp +++ b/plugins/MirFox/src/MirfoxData.cpp @@ -216,7 +216,8 @@ MirfoxData::initializeMirfoxData() MirfoxData::shouldProtoBeActiveByName(std::string protoName) { if ( - boost::iequals("ExchangeRates", protoName) + boost::iequals("MetaContacts", protoName) + || boost::iequals("ExchangeRates", protoName) || boost::iequals("mTV", protoName) || boost::iequals("Quotes", protoName) || boost::iequals("Weather", protoName) -- cgit v1.2.3