mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-14 20:12:29 -04:00
* Fixed rsStatus=NULL bug, for RS_RELEASE.
* switched on RS_RELEASE for v0.4.09a git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@599 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9c2558dbf0
commit
9e947f26ca
2 changed files with 3 additions and 1 deletions
|
@ -196,7 +196,7 @@ void PeersDialog::insertPeers()
|
|||
|
||||
/* Append additional status info from status service */
|
||||
StatusInfo statusInfo;
|
||||
if (rsStatus->getStatus(*it, statusInfo))
|
||||
if ((rsStatus) && (rsStatus->getStatus(*it, statusInfo)))
|
||||
{
|
||||
status.append(QString::fromStdString("/" + RsStatusString(statusInfo.status)));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue