mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
removed offline status msg
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2729 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9fb3770066
commit
a5bc5d7aa2
4 changed files with 61 additions and 24 deletions
|
@ -55,11 +55,7 @@ bool p3Status::statusAvailable(){
|
|||
|
||||
void p3Status::getStatusString(uint32_t status, std::string& statusString){
|
||||
|
||||
if (status == RS_STATUS_OFFLINE){
|
||||
|
||||
statusString = "Offline";
|
||||
|
||||
}else if (status == RS_STATUS_AWAY){
|
||||
if (status == RS_STATUS_AWAY){
|
||||
|
||||
statusString = "Away";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue