[X2Go-Commits] [x2goclient] 153/197: 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
Thu Jun 30 23:53:27 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 93ee4337e2c2f1ade5d703f12729f6c83e74cbc1
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 67c5446..a1946ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -285,6 +285,8 @@ x2goclient (4.0.5.2-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.
   * debian/control:
     - Maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
     - Uploaders: add myself. Also, force a rebuild due to the changed
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