mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -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…
Reference in New Issue
Block a user