[X2Go-Commits] [x2goclient] 153/257: 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 Nov 28 16:05:47 CET 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 5ad05609dbf48b022599e084b2ad93cbad92d303
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 4a5d292..0691a8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -260,6 +260,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