[X2Go-Commits] [x2goclient] 02/03: Direct RDP sesion send to broker event CONNECTED instead of CONNECTING at start of RDP client.

git-admin at x2go.org git-admin at x2go.org
Thu Apr 4 16:04:26 CEST 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/kdrive_support
in repository x2goclient.

commit 31c75d43e434208ad8562fbc741cc2cb1dc3c3ab
Author: Oleksandr Shneyder <o.shneyder at 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 281737d..edbc8c8 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


More information about the x2go-commits mailing list