mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-27 00:15:51 -04:00
fixed typo
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8332 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4643d0cbe7
commit
511bc12ef3
1 changed files with 1 additions and 1 deletions
|
@ -715,7 +715,7 @@ void ChatLobbyWidget::subscribeChatLobbyAtItem(QTreeWidgetItem *item)
|
||||||
std::list<RsGxsId> own_ids;
|
std::list<RsGxsId> own_ids;
|
||||||
// not using rsMsgs->getDefaultIdentityForChatLobby(), to check if we have an identity
|
// not using rsMsgs->getDefaultIdentityForChatLobby(), to check if we have an identity
|
||||||
// to work around the case when the identity was deleted and is invalid
|
// to work around the case when the identity was deleted and is invalid
|
||||||
// (the chatservervice does not know if a default identity was deleted)
|
// (the chatservice does not know if a default identity was deleted)
|
||||||
// only rsIdentity knows the truth at the moment!
|
// only rsIdentity knows the truth at the moment!
|
||||||
if(!rsIdentity->getOwnIds(own_ids))
|
if(!rsIdentity->getOwnIds(own_ids))
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue