This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 2389d07 Follow-up fix for prev commit: common_ftp_dirs only contains the dir names, without executable name. new 1059a3c src/sessionwidget.cpp: Rename shadowing sessiontype to 'X2Go/X11 Desktop Sharing'. 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 | 2 ++ src/sessionwidget.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/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 1059a3c1b59959118911f9b2e9e2f70b0cd2e941 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Nov 13 10:06:55 2018 +0100 src/sessionwidget.cpp: Rename shadowing sessiontype to 'X2Go/X11 Desktop Sharing'. --- debian/changelog | 2 ++ src/sessionwidget.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 80ffd18..13ab867 100644 --- a/debian/changelog +++ b/debian/changelog @@ -57,6 +57,8 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium * New upstream version (4.1.2.2): - Add support for Nix OS for common_sftp_dirs's hard-coded sftp-server paths. + - src/sessionwidget.cpp: Rename shadowing sessiontype to 'X2Go/X11 Desktop + Sharing'. -- X2Go Release Manager <git-admin@x2go.org> Tue, 26 Jun 2018 00:39:28 +0200 diff --git a/src/sessionwidget.cpp b/src/sessionwidget.cpp index 636d67e..e72e30e 100644 --- a/src/sessionwidget.cpp +++ b/src/sessionwidget.cpp @@ -224,7 +224,7 @@ SessionWidget::SessionWidget ( bool newSession, QString id, ONMainWindow * mw, sessBox->addItem ( "ICEWM" ); sessBox->addItem ( tr ( "Connect to Windows Terminal Server" ) ); sessBox->addItem ( tr ( "XDMCP" ) ); - sessBox->addItem ( tr ( "Connect to local desktop" ) ); + sessBox->addItem ( tr ( "X2Go/X11 Desktop Sharing" ) ); sessBox->addItem ( tr ( "Custom desktop" ) ); sessBox->addItem ( tr ( "Single application" ) ); sessBox->addItem ( tr ( "Published applications" ) ); -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git