The branch, master has been updated via 93f567688f51387af006ab18863ce776a222da0c (commit) from 1830e1f54afad8750cef92cb59c866bbe0356795 (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 93f567688f51387af006ab18863ce776a222da0c Author: Ezra Buehler <spam@easyb.ch> Date: Sat May 18 21:03:28 2013 +0200 Fix auto-resume when session type is »Single Application«. (Fixes: #183). ----------------------------------------------------------------------- Summary of changes: debian/changelog | 4 ++++ onmainwindow.cpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index c203fd1..cbd012d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,10 @@ x2goclient (4.0.1.1-0~x2go1) UNRELEASED; urgency=low Let's consider a given SSH private key that fails to log the user in as an overall login failure. (Fixes: #141). + [ Ezra Bühler ] + * New upstream version (4.0.1.1): + - Fix auto-resume when session type is »Single Application«. (Fixes: #183). + [ Ricardo Díaz Martín ] * New upstream version (4.0.1.1): - Fix detection of maximum screen area available for a session. (Fixes: diff --git a/onmainwindow.cpp b/onmainwindow.cpp index ce1b5fe..435324a 100644 --- a/onmainwindow.cpp +++ b/onmainwindow.cpp @@ -2677,7 +2677,7 @@ void ONMainWindow::slotSelectedFromList ( SessionButton* session ) currentKey=config.key; } - selectedCommand=command; + selectedCommand=command.split("/").last(); command=transAppName ( command ); login->setText ( userName ); QPixmap pix ( sessIcon ); 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).