mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue