This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 8d4eddacf38337c02e69f74e2e45ed2a3ac5c2d0 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Nov 22 23:36:10 2021 +0100 src/onmainwindow.cpp: add Cancel standard shortcut to cancel button in login window. Change requested by Max-Planck-Institut für Kolloid- und Grenzflächenforschung Potsdam. --- debian/changelog | 3 +++ src/onmainwindow.cpp | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1759461..b7a2b29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -87,6 +87,9 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium automatically use that package any longer and hence will not pull in all library packages automatically. That's not a bad change, since it forces us to spell out the dependencies correctly. + - src/onmainwindow.cpp: add Cancel standard shortcut to cancel button in + login window. Change requested by Max-Planck-Institut für Kolloid- und + Grenzflächenforschung Potsdam. * debian/control: + Move to debian/control.in. * debian/control.in: diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp index f47daf2..e2a5a56 100644 --- a/src/onmainwindow.cpp +++ b/src/onmainwindow.cpp @@ -12499,6 +12499,7 @@ void ONMainWindow::initPassDlg() setWidgetStyle ( ok ); cancel=new QPushButton ( tr ( "Cancel" ),passForm ); setWidgetStyle ( cancel ); + cancel->setShortcut (QKeySequence::Cancel); ok->hide(); cancel->hide(); -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git