[X2Go-Commits] [x2goclient] 01/01: Change echo mode for user input in InteractionDialog.
git-admin at x2go.org
git-admin at x2go.org
Mon Nov 6 10:07:34 CET 2017
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goclient.
commit 2bf33e88a9838d3f820f614a4c062f805c4df77f
Author: Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
Date: Mon Nov 6 10:07:20 2017 +0100
Change echo mode for user input in InteractionDialog.
---
debian/changelog | 3 +++
src/InteractionDialog.cpp | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index eff0422..9385408 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ x2goclient (4.1.1.1-0x2go1) UNRELEASED; urgency=medium
- macbuild.sh: switch to bundling PulseAudio 11.1 since it's now available
in MacPorts.
+ [ Oleksandr Shneyder ]
+ * Change echo mode for user input in InteractionDialog.
+
-- X2Go Release Manager <git-admin at x2go.org> Sun, 29 Oct 2017 11:44:44 +0100
x2goclient (4.1.1.0-0x2go1) unstable; urgency=medium
diff --git a/src/InteractionDialog.cpp b/src/InteractionDialog.cpp
index 25d0936..f51ae80 100644
--- a/src/InteractionDialog.cpp
+++ b/src/InteractionDialog.cpp
@@ -74,7 +74,7 @@ InteractionDialog::InteractionDialog(QWidget* parent): SVGFrame(":/img/svg/passf
lay->addWidget(textEdit);
textEntry=new QLineEdit(this);
- textEntry->setEchoMode(QLineEdit::NoEcho);
+ textEntry->setEchoMode(QLineEdit::Password);
lay->addWidget(textEntry);
cancelButton=new QPushButton(tr("Cancel"),this);
--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list