mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-26 07:55:44 -04:00
Fixed empty certificate string in ConnectFriendWizard when click on a certificate link.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5426 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f90c7742cc
commit
0e0458e40c
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ void ConnectFriendWizard::setCertificate(const QString &certificate)
|
||||||
#ifdef FRIEND_WIZARD_DEBUG
|
#ifdef FRIEND_WIZARD_DEBUG
|
||||||
std::cerr << "ConnectFriendWizard got id : " << peerDetails.id << "; gpg_id : " << peerDetails.gpg_id << std::endl;
|
std::cerr << "ConnectFriendWizard got id : " << peerDetails.id << "; gpg_id : " << peerDetails.gpg_id << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
ui->friendCertEdit->setPlainText(certificate);
|
||||||
setStartId(Page_Conclusion);
|
setStartId(Page_Conclusion);
|
||||||
} else {
|
} else {
|
||||||
// error message
|
// error message
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue