mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 01:55:19 -04:00
fixed bad call to isKeySupported()
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-OpenPGP@5284 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
54511ad390
commit
2ca0bf71d0
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ void ConfCertDialog::load()
|
|||
return;
|
||||
}
|
||||
|
||||
if(!rsPeers->isKeySupported(mId))
|
||||
if(detail.isOnlyGPGdetail && !rsPeers->isKeySupported(mId))
|
||||
{
|
||||
ui.make_friend_button->setEnabled(false) ;
|
||||
ui.make_friend_button->setToolTip(tr("The supplied key algorithm is not supported by RetroShare\n(Only RSA keys are supported at the moment)")) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue