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 6aa9a1de5801fc2231b0065cb04c805e2e415554 Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> 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 edbc8c8..6d8cc70 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