summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserInfoEx/src/init.cpp')
-rw-r--r--plugins/UserInfoEx/src/init.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/plugins/UserInfoEx/src/init.cpp b/plugins/UserInfoEx/src/init.cpp
index dcbc3f6360..394e2da982 100644
--- a/plugins/UserInfoEx/src/init.cpp
+++ b/plugins/UserInfoEx/src/init.cpp
@@ -82,15 +82,11 @@ static int OnModulesLoaded(WPARAM wParam, LPARAM lParam)
// load module to remind user about birthday and a anniversary
SvcReminderOnModulesLoaded();
// load extended intagration services
- SvcEMailOnModulesLoaded();
SvcHomepageLoadModule();
- SvcPhoneLoadModule();
- SvcGenderLoadModule();
SvcFlagsOnModulesLoaded();
-#ifdef _DEBUG // new feature, not in release jet
- NServices::NAvatar::OnModulesLoaded();
-#endif
+ if (SvcEMailEnableExtraIcons() || SvcPhoneEnableExtraIcons() || SvcGenderEnableExtraIcons() || SvcHomepageEnableExtraIcons())
+ pcli->pfnSetAllExtraIcons(0);
// build contact's menuitems
RebuildMenu();