diff options
Diffstat (limited to 'options.cpp')
-rw-r--r-- | options.cpp | 2 |
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); |