diff --git a/src/mainframe.cpp b/src/mainframe.cpp index 4aeea823..95250a3e 100644 --- a/src/mainframe.cpp +++ b/src/mainframe.cpp @@ -1761,10 +1761,7 @@ void CMainFrame::OnReconnect(GtkMenuItem* mitem UNUSED, CMainFrame* _this) CTelnetCon* con = _this->GetCurCon(); if( !con ) return; - if( con->IsClosed() ) - con->Reconnect(); - else - _this->NewCon( con->m_Site.m_Name, con->m_Site.m_URL, &con->m_Site); + con->Reconnect(); } void CMainFrame::FlashWindow( bool flash )