mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 13:30:36 -04:00
Added info and consistency for gpg sign and trust signification
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2565 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8071f0d055
commit
ca9d3d38d1
4 changed files with 47 additions and 23 deletions
|
@ -174,6 +174,8 @@ void ConfCertDialog::loadDialog()
|
|||
}
|
||||
|
||||
if (detail.gpg_id == rsPeers->getGPGOwnId()) {
|
||||
ui.gpgSignInfoBrowser->hide();
|
||||
ui.gpgTrustInfoBrowser->hide();
|
||||
ui.make_friend_button->hide();
|
||||
ui.signGPGKeyCheckBox->hide();
|
||||
ui.signKeyButton->hide();
|
||||
|
@ -188,6 +190,8 @@ void ConfCertDialog::loadDialog()
|
|||
ui.signersBox->setTitle(tr("Your key is signed by : "));
|
||||
|
||||
} else {
|
||||
ui.gpgSignInfoBrowser->show();
|
||||
ui.gpgTrustInfoBrowser->show();
|
||||
ui.make_friend_button->show();
|
||||
ui.signGPGKeyCheckBox->show();
|
||||
ui.signKeyButton->show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue