[X2Go-Commits] [x2goclient] 136/173: pulsemanager.h: more moving around.

git-admin at x2go.org git-admin at x2go.org
Wed Jun 1 22:25:37 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 365d40c467f0b678a4d75dede9b12f7e1e84771e
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Dec 31 02:11:16 2015 +0100

    pulsemanager.h: more moving around.
---
 debian/changelog   |    1 +
 src/pulsemanager.h |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5c021a1..2d96e6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -254,6 +254,7 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
       as getters and setters.
     - pulsemanager.cpp: reorder member variables in initializer list.
     - pulsemanager.cpp: fix compile error in startup sound function.
+    - pulsemanager.h: more moving around.
 
   [ Mike DePaulo ]
   * New upstream release (4.0.5.2):
diff --git a/src/pulsemanager.h b/src/pulsemanager.h
index 57b80bd..6d94e34 100644
--- a/src/pulsemanager.h
+++ b/src/pulsemanager.h
@@ -102,11 +102,11 @@ class PulseManager: public QObject {
     QString app_dir_;
     QString pulse_X2Go_;
     QDir pulse_dir_;
-    QStringList server_args_;
     QString server_binary_;
     QString server_working_dir_;
 
     QProcessEnvironment env_;
+    QStringList server_args_;
     QProcess *pulse_server_;
     QProcess::ProcessState state_;
 

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