[X2Go-Commits] [x2goclient] 153/219: 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 Sep 22 04:37:08 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 e5796162749fe756362a660e5a7353b7fe054e9f
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 b58be68..e410de3 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.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Mon, 19 Sep 2016 09:07:07 +0200
 
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