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:
csoler 2009-09-09 20:15:38 +00:00
parent 95a577ccd0
commit a3b8ed76f5

View File

@ -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;