mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-24 14:23:36 -05: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 << "SecurityItem::friendReguest()";
|
||||||
std::cerr << std::endl;
|
std::cerr << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
ConfCertDialog::showIt(mGpgId, ConfCertDialog::PageTrust);
|
||||||
ConnectFriendWizard *connectFriendWizard = new ConnectFriendWizard;
|
/* ConnectFriendWizard *connectFriendWizard = new ConnectFriendWizard;
|
||||||
connectFriendWizard->setAttribute(Qt::WA_DeleteOnClose, true);
|
connectFriendWizard->setAttribute(Qt::WA_DeleteOnClose, true);
|
||||||
connectFriendWizard->setGpgId(mGpgId, true);
|
connectFriendWizard->setGpgId(mGpgId, true);
|
||||||
connectFriendWizard->show();
|
connectFriendWizard->show();*/
|
||||||
}
|
}
|
||||||
|
|
||||||
void SecurityItem::peerDetails()
|
void SecurityItem::peerDetails()
|
||||||
|
Loading…
Reference in New Issue
Block a user