summaryrefslogtreecommitdiff
path: root/plugins/ModernOpt
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-07-27 19:53:20 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-07-27 19:53:20 +0000
commitf2f5e5189babe0bfdc2f308679f74b29c254a482 (patch)
tree6bcc63d8c63506f8a6a40d9d569078b9b222e8ef /plugins/ModernOpt
parent6143190fa9cbd869295eeae3edee5d8a60a318ce (diff)
rest of embedded clists
git-svn-id: http://svn.miranda-ng.org/main/trunk@9973 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ModernOpt')
-rw-r--r--plugins/ModernOpt/src/mopt_ignore.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/plugins/ModernOpt/src/mopt_ignore.cpp b/plugins/ModernOpt/src/mopt_ignore.cpp
index 69014d0acc..1833bb6c37 100644
--- a/plugins/ModernOpt/src/mopt_ignore.cpp
+++ b/plugins/ModernOpt/src/mopt_ignore.cpp
@@ -36,15 +36,7 @@ void ModernOptIgnore_AddItem(MODERNOPTOBJECT *obj)
static void ResetListOptions(HWND hwndList)
{
- SendMessage(hwndList,CLM_SETBKBITMAP,0,(LPARAM)(HBITMAP)NULL);
- SendMessage(hwndList,CLM_SETBKCOLOR,GetSysColor(COLOR_WINDOW),0);
- SendMessage(hwndList,CLM_SETGREYOUTFLAGS,0,0);
- SendMessage(hwndList,CLM_SETLEFTMARGIN,4,0);
- SendMessage(hwndList,CLM_SETINDENT,10,0);
- SendMessage(hwndList,CLM_SETHIDEEMPTYGROUPS,1,0);
-
- for(int i=0;i<=FONTID_MAX;i++)
- SendMessage(hwndList,CLM_SETTEXTCOLOR,i,GetSysColor(COLOR_WINDOWTEXT));
+ SendMessage(hwndList, CLM_SETHIDEEMPTYGROUPS, 1, 0);
}
static void SetAllContactIcons(HWND hwndList, int count)