From 4c940062ccbf560f057b22a9a5dabe72f17a1222 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 22 Dec 2013 19:22:28 +0000 Subject: local module cycles removed and replaced with the single cycle git-svn-id: http://svn.miranda-ng.org/main/trunk@7343 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/UserInfoEx/src/Flags/svc_flags.cpp | 2 +- plugins/UserInfoEx/src/Flags/svc_flags.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/UserInfoEx/src/Flags') diff --git a/plugins/UserInfoEx/src/Flags/svc_flags.cpp b/plugins/UserInfoEx/src/Flags/svc_flags.cpp index 9ee871bd61..907d201e38 100644 --- a/plugins/UserInfoEx/src/Flags/svc_flags.cpp +++ b/plugins/UserInfoEx/src/Flags/svc_flags.cpp @@ -421,7 +421,7 @@ void SvcFlagsLoadModule() **/ void SvcFlagsOnModulesLoaded() { - SvcFlagsEnableExtraIcons(db_get_b(NULL, MODNAME, SET_CLIST_EXTRAICON_FLAGS2, 0), FALSE); + SvcFlagsEnableExtraIcons(1, FALSE); /* Status Icon */ HookEvent(ME_MSG_WINDOWEVENT, OnMsgWndEvent); diff --git a/plugins/UserInfoEx/src/Flags/svc_flags.h b/plugins/UserInfoEx/src/Flags/svc_flags.h index d8d7867125..64ed5a2244 100644 --- a/plugins/UserInfoEx/src/Flags/svc_flags.h +++ b/plugins/UserInfoEx/src/Flags/svc_flags.h @@ -35,7 +35,8 @@ struct FLAGSOPTIONS BYTE bShowStatusIconFlag; }; -extern FLAGSOPTIONS gFlagsOpts; +extern FLAGSOPTIONS gFlagsOpts; +extern bool g_eiGender, g_eiHome, g_eiEmail, g_eiPhone; struct MsgWndData { -- cgit v1.2.3