summaryrefslogtreecommitdiff
path: root/plugins/MirFox/src/MirfoxData.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirFox/src/MirfoxData.cpp')
-rw-r--r--plugins/MirFox/src/MirfoxData.cpp3
1 files changed, 2 insertions, 1 deletions
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)