# HG changeset patch # User unC0Rr # Date 1514924450 -10800 # Node ID 7caa4ec513bd1707c1cb97850847c5c6a2a4bf80 # Parent 73ebc894a7255c9027b6ca350a6e2864b79d042f Fix obviously broken logic. Fixes broken preview fetching on Windows. diff -r 73ebc894a725 -r 7caa4ec513bd QTfrontend/net/tcpBase.cpp --- a/QTfrontend/net/tcpBase.cpp Thu Dec 28 11:58:10 2017 -0500 +++ b/QTfrontend/net/tcpBase.cpp Tue Jan 02 23:20:50 2018 +0300 @@ -228,7 +228,7 @@ { Q_UNUSED(exitStatus); - if(!m_connected) + if(m_connected) ClientDisconnect(); // show error message if there was an error that was not an engine's