diff options
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.cpp')
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.cpp b/protocols/SkypeWeb/src/skype_proto.cpp index 34c9adcf27..e730e71922 100644 --- a/protocols/SkypeWeb/src/skype_proto.cpp +++ b/protocols/SkypeWeb/src/skype_proto.cpp @@ -97,7 +97,7 @@ CSkypeProto::~CSkypeProto() void CSkypeProto::OnModulesLoaded() { - setAllContactStatuses(ID_STATUS_OFFLINE, true); + setAllContactStatuses(ID_STATUS_OFFLINE, false); HookProtoEvent(ME_MSG_PRECREATEEVENT, &CSkypeProto::OnPreCreateMessage); @@ -281,7 +281,7 @@ int CSkypeProto::SetStatus(int iNewStatus) m_impl.m_heartBeat.StopSafe(); if (!Miranda_IsTerminated()) - setAllContactStatuses(ID_STATUS_OFFLINE, true); + setAllContactStatuses(ID_STATUS_OFFLINE, false); return 0; } else { |