diff options
Diffstat (limited to 'protocols/FacebookRM/src/connection.cpp')
-rw-r--r-- | protocols/FacebookRM/src/connection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/FacebookRM/src/connection.cpp b/protocols/FacebookRM/src/connection.cpp index 3b6a57e45e..f88f3b2e90 100644 --- a/protocols/FacebookRM/src/connection.cpp +++ b/protocols/FacebookRM/src/connection.cpp @@ -39,7 +39,7 @@ void FacebookProto::ChangeStatus(void*) Netlib_Shutdown(facy.hMsgCon);
OnLeaveChat(NULL, NULL);
- SetAllContactStatuses(ID_STATUS_OFFLINE, true);
+ SetAllContactStatuses(ID_STATUS_OFFLINE);
ToggleStatusMenuItems(false);
delSetting("LogonTS");
@@ -122,7 +122,7 @@ void FacebookProto::ChangeStatus(void*) else if (new_status == ID_STATUS_INVISIBLE)
{
facy.buddies.clear();
- this->SetAllContactStatuses(ID_STATUS_OFFLINE, true);
+ this->SetAllContactStatuses(ID_STATUS_OFFLINE);
}
facy.chat_state(m_iDesiredStatus != ID_STATUS_INVISIBLE);
|