This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit c441a82dd0c7e74e38864d07999b09784586d591 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Jan 24 19:02:33 2015 -0500 Apply disable-calling-parec.patch from George Trakatelis (Fixes: #742) --- onmainwindow.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/onmainwindow.cpp b/onmainwindow.cpp index 8e2e11a..5c346e6 100644 --- a/onmainwindow.cpp +++ b/onmainwindow.cpp @@ -5124,7 +5124,7 @@ void ONMainWindow::slotRetResumeSess ( bool result, if ( sndSystem==PULSE ) { parecTunnelOk=false; - okSlot=SLOT ( slotSndTunOk(int) ); + okSlot=SLOT ( slotSndTunOk() ); } #endif sndTunnel=sshConnection->startTunnel ( @@ -11410,8 +11410,6 @@ void ONMainWindow::slotStartParec () resumingSession.sessionId+ "/.pulse-client.conf "+ "parec 1> /dev/null & sleep 1 && kill %1"; - - sshConnection->executeCommand ( scmd ); } #endif -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git