mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-17 01:24:15 -05:00
fixed problematic re-numbering of status flags (non-backward compatible)
This commit is contained in:
parent
ed08009414
commit
daaa7985a3
3 changed files with 3 additions and 3 deletions
|
|
@ -347,7 +347,7 @@ RsStatusValue ChatDialog::getPeerStatus()
|
|||
return cw->getPeerStatus();
|
||||
}
|
||||
|
||||
return RsStatusValue::RS_STATUS_UNKNOWN;
|
||||
return RsStatusValue::RS_STATUS_OFFLINE;
|
||||
}
|
||||
|
||||
QString ChatDialog::getTitle()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue