diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-15 13:30:10 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-15 13:30:10 +0300 |
commit | 069250918284b12d42e4e2f4102dd2dbfba18e15 (patch) | |
tree | 6dae5a8c3cd97bd9058521ee60c8c501f0eb9f89 /main.cpp | |
parent | 86cafe5f5e47960cb8962fd555612aeb2d288285 (diff) |
modified: commonheaders.h
modified: init.cpp
modified: main.cpp
modified: messages.cpp
modified: options.cpp
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -410,7 +410,9 @@ void ImportKey() if(pxExecute(&cmd, "", &output, &exitcode) == pxNotFound)
{
MessageBox(0, _T("Set path to gpg.exe first!"), _T("Warning"), MB_OK);
+ return;
}
+ DBDeleteContactSetting(new_key_hcnt, szModuleName, "bAlwatsTrust");
cp866_to_cp1251(&output);
{
string::size_type s = output.find("gpg: key ") + strlen("gpg: key ");
|