summaryrefslogtreecommitdiff
path: root/options.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-09-26 22:00:11 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-09-26 22:00:11 +0300
commit38b7c078dfd42c58c04316f86e5b30f6cf542b61 (patch)
tree9047fc72fc54945d54667e1f9b9b38953fc69e47 /options.cpp
parent04f25368c5b4082e5d05d25627c83bd5745ed782 (diff)
cleanup, better list click handling
Diffstat (limited to 'options.cpp')
-rw-r--r--options.cpp2
1 files changed, 1 insertions, 1 deletions
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);