change the design of the connect friends wizard

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2023 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2010-01-13 21:30:44 +00:00
parent c6edff7df8
commit 018b84a1e1
4 changed files with 78 additions and 68 deletions

View file

@ -2958,6 +2958,7 @@ bool p3ConnectMgr::loadList(std::list<RsItem *> load)
/* add ownConfig */
setOwnNetConfig(pitem->netMode, pitem->visState);
ownState.gpg_id = AuthGPG::getAuthGPG()->getGPGOwnId();
ownState.location = AuthSSL::getAuthSSL()->getOwnLocation();
}
else
{
@ -2968,8 +2969,8 @@ bool p3ConnectMgr::loadList(std::list<RsItem *> load)
#endif
/* ************* */
addFriend(pitem->pid, pitem->gpg_id, pitem->netMode, pitem->visState, pitem->lastContact);
}
setLocation(pitem->pid, pitem->location);
setLocation(pitem->pid, pitem->location);
}
setLocalAddress(pitem->pid, pitem->currentlocaladdr);
setExtAddress(pitem->pid, pitem->currentremoteaddr);
setAddressList(pitem->pid, pitem->ipAddressList);