mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
corrected small display bug of location
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1626 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
95a577ccd0
commit
a3b8ed76f5
@ -1297,7 +1297,7 @@ bool GPGAuthMgr::getDetails(std::string id, pqiAuthDetails &details)
|
||||
if (mKeyList.end() != (it = mKeyList.find(details.issuer)))
|
||||
{
|
||||
/* what do we want from the gpg mgr */
|
||||
details.location = details.name;
|
||||
details.location = details.location;
|
||||
details.name = it->second.user.name;
|
||||
details.email = it->second.user.email;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user