[X2Go-Commits] [x2goclient] 136/139: pulsemanager.cpp: fix compile error in startup sound function.

git-admin at x2go.org git-admin at x2go.org
Wed Jan 13 17:28:13 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 4291144a29c24850c4f92bf462aa9e7de21af344
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Dec 31 01:46:04 2015 +0100

    pulsemanager.cpp: fix compile error in startup sound function.
---
 debian/changelog     |    1 +
 src/pulsemanager.cpp |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 352820d..aafcf3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -240,6 +240,7 @@ x2goclient (4.0.5.1-0x2go1) UNRELEASED; urgency=low
     - pulsemanager.{cpp,h}: add record and playback private members, as well
       as getters and setters.
     - pulsemanager.cpp: reorder member variables in initializer list.
+    - pulsemanager.cpp: fix compile error in startup sound function.
   * debian/control:
     - Change apache2-dev | libc6-dev build dependency back to apache2-dev
       only. Otherwise, apache2-dev is not installed at all, even though
diff --git a/src/pulsemanager.cpp b/src/pulsemanager.cpp
index b3235a0..63ebf11 100644
--- a/src/pulsemanager.cpp
+++ b/src/pulsemanager.cpp
@@ -196,7 +196,7 @@ void PulseManager::fetch_pulseaudio_version () {
   tmp_server.start (server_binary_, args);
 
   /* Wait until the process exited again. */
-  if (tmp_server->waitForFinished ()) {
+  if (tmp_server.waitForFinished ()) {
     /* Read stdout and split it up on newlines. */
     QByteArray ba = pulse_server_->readAllStandardOutput ();
     QString stdout_data (ba.data ());

--
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