diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-15 13:30:49 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-15 13:30:49 +0300 |
commit | 42ebe72ad21b311347a01eae93374f883cb4b3c9 (patch) | |
tree | cb56459a64777cb0da963874a7fb7cc1870f24e9 | |
parent | 069250918284b12d42e4e2f4102dd2dbfba18e15 (diff) |
modified: options.cpp
-rw-r--r-- | options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options.cpp b/options.cpp index 41a9de2..d1fa577 100644 --- a/options.cpp +++ b/options.cpp @@ -521,7 +521,7 @@ static BOOL CALLBACK DlgProcLoadPublicKey(HWND hwndDlg,UINT msg,WPARAM wParam,LP break;
}
cp866_to_cp1251(&output);
- DBDeleteContactSetting(new_key_hcnt, szModuleName, "bAlwatsTrust");
+ DBDeleteContactSetting(user_data[item_num+1], szModuleName, "bAlwatsTrust");
{
string::size_type s = output.find("gpg: key ") + strlen("gpg: key ");
string::size_type s2 = output.find(":", s);
|