diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-22 19:22:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-22 19:22:28 +0000 |
commit | 4c940062ccbf560f057b22a9a5dabe72f17a1222 (patch) | |
tree | a5971ce23052d0b081deb253a2b4fd1e20612075 /plugins/UserInfoEx/src/Flags/svc_flags.cpp | |
parent | f383b01cb1c1b3ba0dc20b98a512fdc576a1ba68 (diff) |
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
Diffstat (limited to 'plugins/UserInfoEx/src/Flags/svc_flags.cpp')
-rw-r--r-- | plugins/UserInfoEx/src/Flags/svc_flags.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|