This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 12a567a {src/{help.cpp,onmainwindow.{cpp,h}},man/man1/x2goclient.1}: add new --branding option that replaces the seal logo. Fixes: #1162. adds d164a70 Don't override PATH for the actual session or application command. Fixes: #1100 new 5c5d93d src/onmainwindow.cpp: typo fix only. 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: debian/changelog | 4 +++ src/onmainwindow.cpp | 65 ++++++++++++++++++++++++++++----------------- src/onmainwindow.h | 1 + src/sshmasterconnection.cpp | 4 +-- src/sshmasterconnection.h | 2 +- src/sshprocess.cpp | 15 ++++++++--- src/sshprocess.h | 2 +- 7 files changed, 62 insertions(+), 31 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2goclient.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 5c5d93d9e80160dde9bd2f81662da644245ca047 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Apr 2 15:00:51 2017 +0200 src/onmainwindow.cpp: typo fix only. --- debian/changelog | 1 + src/onmainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8e71aeb..79439be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -144,6 +144,7 @@ x2goclient (4.1.0.1-0x2go1) UNRELEASED; urgency=medium volume icon of the OS X DMG bundle. - macbuild.sh: use the new volume icon that actually also looks like a disk drive. Fixes: #930. + - src/onmainwindow.cpp: typo fix only. [ Oleksandr Shneyder ] * New upstream version (4.1.0.1): diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp index 4b251bb..6e11044 100644 --- a/src/onmainwindow.cpp +++ b/src/onmainwindow.cpp @@ -6705,7 +6705,7 @@ void ONMainWindow::runCommand() { /* 1st override PATH and determine the base path to x2goruncommand. * Then in SlotRunCommand, call x2goruncommand without overriding PATH. - * This ensures that the PATH is never overriden for the actual user + * This ensures that the PATH is never overridden for the actual user * session. * Fixes: #1100 */ -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git