The branch, master has been updated via 23cc0c462239bc27076a475fb541bf5c3c6767ec (commit) from 5707123a0d785ac9c39f52efb1faef7f2ba805bd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 23cc0c462239bc27076a475fb541bf5c3c6767ec Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jul 13 09:00:12 2011 +0200 Use x2goumount-session instead of old x2goumount_session command. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + onmainwindow_part3.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index cad2106..16cf113 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ x2goclient (3.0.1.18-0~x2go3) UNRELEASED; urgency=low * Add ssh (server) as runtime dependency * React to bug #627990, prefer man2html-base over man2html. + * Use x2goumount-session instead of old x2goumount_session command. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 16 Jun 2011 17:13:57 +0200 diff --git a/onmainwindow_part3.cpp b/onmainwindow_part3.cpp index 52ba3e0..acb533e 100644 --- a/onmainwindow_part3.cpp +++ b/onmainwindow_part3.cpp @@ -1388,7 +1388,7 @@ void ONMainWindow::slotExportTimer() { SshProcess* sproc=new SshProcess ( sshConnection, this ); - sproc->startNormal ( "export HOSTNAME && x2goumount_session "+ + sproc->startNormal ( "export HOSTNAME && x2goumount-session "+ sessionId+" "+args[i] ); } } hooks/post-receive -- x2goclient.git (X2go Client) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goclient.git" (X2go Client).