diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-12-01 16:12:15 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-12-01 16:13:09 +0300 |
commit | e839cc256aeed406feb7a78dff2f45a2ae7b6385 (patch) | |
tree | 56818bb6a278fe51d229ba3db85e0ba6860f6d01 /plugins/New_GPG/src/srmm.cpp | |
parent | 4d30ea7bc3eadfa252766c559feb7a00d006dcc7 (diff) |
new_gpg: porting to new ui api (part2)
Diffstat (limited to 'plugins/New_GPG/src/srmm.cpp')
-rwxr-xr-x[-rw-r--r--] | plugins/New_GPG/src/srmm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/New_GPG/src/srmm.cpp b/plugins/New_GPG/src/srmm.cpp index aacba98120..4365ca076c 100644..100755 --- a/plugins/New_GPG/src/srmm.cpp +++ b/plugins/New_GPG/src/srmm.cpp @@ -57,7 +57,7 @@ int __cdecl onIconPressed(WPARAM wParam, LPARAM lParam) {
if(!isContactHaveKey(hContact))
{
- void ShowLoadPublicKeyDialog();
+ void ShowLoadPublicKeyDialog(bool = false);
item_num = 0; //black magic here
user_data[1] = hContact;
ShowLoadPublicKeyDialog();
|