From 38b7c078dfd42c58c04316f86e5b30f6cf542b61 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 26 Sep 2010 22:00:11 +0300 Subject: cleanup, better list click handling --- options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options.cpp') diff --git a/options.cpp b/options.cpp index 4412ea7..304fa13 100644 --- a/options.cpp +++ b/options.cpp @@ -366,7 +366,7 @@ static BOOL CALLBACK DlgProcGpgOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARA { if(hdr && IsWindowVisible(hdr->hdr.hwndFrom) && hdr->iItem != (-1)) { - if(hdr->hdr.code == LVN_ITEMCHANGED) + if(hdr->hdr.code == NM_CLICK) { void setClistIcon(HANDLE hContact); void setSrmmIcon(HANDLE hContact); -- cgit v1.2.3