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:
chrisparker126 2010-04-18 20:01:31 +00:00
parent 9fb3770066
commit a5bc5d7aa2
4 changed files with 61 additions and 24 deletions

View file

@ -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";