summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.cpp b/options.cpp
index 7104f5e..fd762b5 100644
--- a/options.cpp
+++ b/options.cpp
@@ -136,7 +136,7 @@ static BOOL CALLBACK DlgProcGpgOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARA
{
TCHAR *name = (TCHAR*)CallService(MS_CLIST_GETCONTACTDISPLAYNAME, (WPARAM)hContact, GCDNF_TCHAR);
item.mask = LVIF_TEXT;
-// item.iItem = i;
+ item.iItem = i;
item.iSubItem = 0;
item.pszText = name;
iRow = ListView_InsertItem(hwndList, &item);