From 6e1c3bb16e5b0d396810a1a534f4854d55bcf4ac Mon Sep 17 00:00:00 2001 From: aunsane Date: Thu, 23 Feb 2017 15:04:09 +0300 Subject: Tox: it seems that irungentoo/toxcore no longer be updated, so we switch to TokTok/c-toxcore --- protocols/Tox/src/tox_proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Tox/src/tox_proto.cpp') diff --git a/protocols/Tox/src/tox_proto.cpp b/protocols/Tox/src/tox_proto.cpp index 7efbe6c7a6..e441cd7655 100644 --- a/protocols/Tox/src/tox_proto.cpp +++ b/protocols/Tox/src/tox_proto.cpp @@ -160,7 +160,7 @@ int CToxProto::SetStatus(int iNewStatus) if (!Miranda_IsTerminated()) { SetAllContactsStatus(ID_STATUS_OFFLINE); - CloseAllChatChatSessions(); + //CloseAllChatChatSessions(); } m_iStatus = m_iDesiredStatus = ID_STATUS_OFFLINE; -- cgit v1.2.3