fixed a few bugs in latest identity link code

This commit is contained in:
csoler 2017-04-08 21:43:07 +02:00
parent 6d290389f0
commit 54cd402f1c
2 changed files with 18 additions and 1 deletions

View file

@ -2432,6 +2432,7 @@ void IdDialog::copyRetroshareLink()
RetroShareLink link ;
link.createIdentity(RsGxsId(keyId),QString::fromUtf8(details.mNickname.c_str()),QString::fromStdString(radix)) ;
urls.push_back(link);
RSLinkClipboard::copyLinks(urls) ;