summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 9f70ea8..3d9eba6 100644
--- a/main.cpp
+++ b/main.cpp
@@ -332,6 +332,10 @@ static BOOL CALLBACK DlgProcNewKeyDialog(HWND hwndDlg, UINT msg, WPARAM wParam,
case IDC_IMPORT_AND_USE:
ImportKey();
DBWriteContactSettingByte(new_key_hcnt, szGPGModuleName, "GPGEncryption", 1);
+ void setSrmmIcon(HANDLE hContact);
+ void setClistIcon(HANDLE hContact);
+ setSrmmIcon(new_key_hcnt);
+ setClistIcon(new_key_hcnt);
DestroyWindow(hwndDlg);
break;
case IDC_IGNORE_KEY: