mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
bug corrections
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-ChatLobby@4712 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0086e182ec
commit
816a477806
3 changed files with 21 additions and 6 deletions
|
@ -359,10 +359,16 @@ void PopupChatDialog::chatFriend(const std::string &id)
|
|||
}
|
||||
std::cerr<<" popup dialog chat friend 1"<<std::endl;
|
||||
|
||||
ChatLobbyId lid ;
|
||||
if(rsMsgs->isLobbyId(id,lid))
|
||||
{
|
||||
getPrivateChat(id, RS_CHAT_OPEN | RS_CHAT_FOCUS);
|
||||
return ;
|
||||
}
|
||||
|
||||
RsPeerDetails detail;
|
||||
if (!rsPeers->getPeerDetails(id, detail)) {
|
||||
if (!rsPeers->getPeerDetails(id, detail))
|
||||
return;
|
||||
}
|
||||
|
||||
std::string firstId;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue