This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit b956df0bd75558f39d223f124299149c3f01ddb6 Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Thu Apr 4 11:03:19 2019 +0200 Direct RDP sesion send to broker event CONNECTED instead of CONNECTING at start of RDP client. --- src/onmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp index baa8ef6..d4e6981 100644 --- a/src/onmainwindow.cpp +++ b/src/onmainwindow.cpp @@ -3567,7 +3567,7 @@ void ONMainWindow::startDirectRDP() showSessionStatus(); if(brokerMode) { - sendEventToBroker(CONNECTING); + sendEventToBroker(CONNECTED); } // QTimer::singleShot ( 30000,this,SLOT ( slotRestartProxy() ) ); -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git