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

x2go pushed a commit to branch master
in repository x2goclient.

commit af117bb5fe467b60dc495d8cdac2c0a5f3e30107
Author: Oleksandr Shneyder <[email protected]>
Date:   Thu Apr 4 16:04:06 2019 +0200

    fixing setting correct session command when resuming the session.
---
 src/onmainwindow.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
index d4e6981..5f8a75a 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -35,6 +35,7 @@ void x2goSession::operator = ( const x2goSession& s )
     fsPort=s.fsPort;
     status=s.status;
     sessionType=s.sessionType;
+    command=s.command;
 }
 
 bool   ONMainWindow::portable=false;

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2goclient.git
_______________________________________________
x2go-commits mailing list
[email protected]
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to