[X2Go-Commits] [x2goclient] 121/257: pulsemanager.cpp: fix another compile error due to typo'd versions of generate_server_config () and generate_client_config ().

git-admin at x2go.org git-admin at x2go.org
Mon Nov 28 16:05:31 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 abaee6de53e823ef8eed34564fc0bf3aad153fa5
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Nov 30 04:49:35 2015 +0100

    pulsemanager.cpp: fix another compile error due to typo'd versions of generate_server_config () and generate_client_config ().
---
 debian/changelog     |    2 ++
 src/pulsemanager.cpp |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9fb3268..4d7b093 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -207,6 +207,8 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
       declaration accordingly.
     - pulsemanager.cpp: fix compile errors in find_port () by renaming the ret
       or port variable to search_port.
+    - pulsemanager.cpp: fix another compile error due to typo'd versions of
+      generate_server_config () and generate_client_config ().
 
   [ Bernard Cafarelli ]
   * New upstream version (4.0.5.3):
diff --git a/src/pulsemanager.cpp b/src/pulsemanager.cpp
index 7b0fa65..ecf47a3 100644
--- a/src/pulsemanager.cpp
+++ b/src/pulsemanager.cpp
@@ -135,7 +135,7 @@ void PulseManager::start_win () {
   server_working_dir_ = QString (app_dir_ + "/pulse/");
   server_binary_ = QString (app_dir_ + "/pulse/pulseaudio.exe");
 
-  if (generateServerConfig () && generateClientConfig ()) {
+  if (generate_server_config () && generate_client_config ()) {
     create_client_dir ();
 
     start_generic ();

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