mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-03 20:04:20 -04:00
patch from Henry Morgan to use ConfCertDialog rather than connectFriendWizard from Security item
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6313 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
be795e4dd2
commit
3240b1f71b
1 changed files with 3 additions and 3 deletions
|
@ -333,11 +333,11 @@ void SecurityItem::friendRequest()
|
|||
std::cerr << "SecurityItem::friendReguest()";
|
||||
std::cerr << std::endl;
|
||||
#endif
|
||||
|
||||
ConnectFriendWizard *connectFriendWizard = new ConnectFriendWizard;
|
||||
ConfCertDialog::showIt(mGpgId, ConfCertDialog::PageTrust);
|
||||
/* ConnectFriendWizard *connectFriendWizard = new ConnectFriendWizard;
|
||||
connectFriendWizard->setAttribute(Qt::WA_DeleteOnClose, true);
|
||||
connectFriendWizard->setGpgId(mGpgId, true);
|
||||
connectFriendWizard->show();
|
||||
connectFriendWizard->show();*/
|
||||
}
|
||||
|
||||
void SecurityItem::peerDetails()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue