mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-29 11:01:22 -04:00
disable signature checkbox when the certificate only has self signature
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8250 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a955cbfc09
commit
82d530b990
3 changed files with 12 additions and 2 deletions
|
@ -285,6 +285,9 @@ void ConfCertDialog::loadInvitePage()
|
|||
close();
|
||||
return;
|
||||
}
|
||||
|
||||
ui._shouldAddSignatures_CB->setEnabled(detail.gpgSigners.size() > 1) ;
|
||||
|
||||
// std::string pgp_key = rsPeers->getPGPKey(detail.gpg_id,ui._shouldAddSignatures_CB_2->isChecked()) ; // this needs to be a SSL id
|
||||
|
||||
// ui.userCertificateText_2->setReadOnly(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue