summaryrefslogtreecommitdiff
path: root/plugins/Clist_nicer/src/config.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-11-09 16:28:38 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-11-09 16:28:38 +0000
commitf24df8d7c43d0bd1e4f8036a1f9d886ccdc3680c (patch)
tree5c64d24932839487d9e836491f9ca32ab7bd2ddc /plugins/Clist_nicer/src/config.cpp
parentddd6c8f83ee10e7312458985c4ff624e68abf75b (diff)
part II:
- extra icons masks killed from the nicer+ cache; - some minor glitches in options git-svn-id: http://svn.miranda-ng.org/main/trunk@2261 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_nicer/src/config.cpp')
-rw-r--r--plugins/Clist_nicer/src/config.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Clist_nicer/src/config.cpp b/plugins/Clist_nicer/src/config.cpp
index 676c145c9e..ab2d046b52 100644
--- a/plugins/Clist_nicer/src/config.cpp
+++ b/plugins/Clist_nicer/src/config.cpp
@@ -227,7 +227,6 @@ int cfg::getCache(const HANDLE hContact, const char *szProto)
LoadSkinItemToCache(&cfg::eCache[nextCacheEntry], szProto);
cfg::eCache[nextCacheEntry].dwCFlags = 0;
cfg::eCache[nextCacheEntry].dwDFlags = DBGetContactSettingDword(hContact, "CList", "CLN_Flags", 0);
- cfg::eCache[nextCacheEntry].dwXMask = CalcXMask(hContact);
GetCachedStatusMsg(nextCacheEntry, const_cast<char *>(szProto));
cfg::eCache[nextCacheEntry].dwLastMsgTime = INTSORT_GetLastMsgTime(hContact);
iFound = nextCacheEntry++;