From 8e7d34b4716392f9d9a338e755027cff0a8f3161 Mon Sep 17 00:00:00 2001 From: aunsane Date: Wed, 17 Jan 2018 21:35:32 +0300 Subject: Tox: fixed crash on password deletion #1101 --- protocols/Tox/src/tox_connection.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/Tox/src/tox_connection.cpp') diff --git a/protocols/Tox/src/tox_connection.cpp b/protocols/Tox/src/tox_connection.cpp index 80a84b74c0..f846866242 100644 --- a/protocols/Tox/src/tox_connection.cpp +++ b/protocols/Tox/src/tox_connection.cpp @@ -17,6 +17,8 @@ void CToxProto::TryConnect(Tox *tox) debugLogA(__FUNCTION__": changing status from %i to %i", ID_STATUS_CONNECTING, m_iDesiredStatus); + UpdateStatusMenu(NULL, NULL); + LoadFriendList(tox); return; } -- cgit v1.2.3