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:
csoler 2015-05-15 09:35:39 +00:00
parent a955cbfc09
commit 82d530b990
3 changed files with 12 additions and 2 deletions

View file

@ -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);