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

2016-09-20 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 14c560f96c2e5a6d4e947498e390f10a2af6cf3a
Author: Mihai Moldovan 
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 42d33c2..fea54a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -228,6 +228,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
 - 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.
 
  -- X2Go Release Manager   Mon, 19 Sep 2016 09:07:07 +0200
 
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
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits


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

2016-08-27 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 2875eae86fc70f07eddafb5f9a3ae06e1657d9e7
Author: Mihai Moldovan 
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 041fcc0..f06abfb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -261,6 +261,7 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
 - 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:
 - Maintainer change in package: X2Go Developers .
 - Uploaders: add myself. Also, force a rebuild due to the changed
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
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits