[X2Go-Commits] [x2goclient] 153/239: src/configdialog.cpp: fix compile error by removing obsolete (and now faulty) line for removed restart message.
git-admin at x2go.org
git-admin at x2go.org
Mon Oct 24 23:27:38 CEST 2016
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch bugfix/osx
in repository x2goclient.
commit 9383768572c85c5bb7f672a820b9bd1bb5dd4832
Author: Mihai Moldovan <ionic at ionic.de>
Date: Wed May 4 23:53:28 2016 +0200
src/configdialog.cpp: fix compile error by removing obsolete (and now faulty) line for removed restart message.
---
debian/changelog | 2 ++
src/configdialog.cpp | 1 -
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 60166fe..c832684 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -258,6 +258,8 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
file.
- src/pulsemanager.cpp: output PA stdout/stderr via x2goDebug, not plainly
to stdout.
+ - src/configdialog.cpp: fix compile error by removing obsolete (and now
+ faulty) line for removed restart message.
[ Bernard Cafarelli ]
* New upstream version (4.0.5.3):
diff --git a/src/configdialog.cpp b/src/configdialog.cpp
index 2dfcf397..d1973d0 100644
--- a/src/configdialog.cpp
+++ b/src/configdialog.cpp
@@ -358,7 +358,6 @@ ConfigDialog::ConfigDialog ( QWidget * parent, Qt::WindowFlags f )
tabWidg->addTab (frp, tr ("PulseAudio settings"));
QVBoxLayout* l = new QVBoxLayout (frp);
cbNoRecord = new QCheckBox (tr ("Disable sound input"), frp);
- lw->setWordWrap (true);
l->addWidget (cbNoRecord);
l->addStretch (1);
cbNoRecord->setChecked (st.setting ()->value ("pulse/norecord", false).toBool ());
--
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