This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from fd5b287 Send empty message in x2gohelper to stop AppStarting cursor. (Fixes: #616). new c441a82 Apply disable-calling-parec.patch from George Trakatelis (Fixes: #742) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: onmainwindow.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
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