[X2Go-Commits] [x2goclient] 137/139: pulsemanager.h: more moving around.

git-admin at x2go.org git-admin at x2go.org
Sun Jan 17 06:03:40 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 fd4fe47c914ed6b9a4dbc86764d058a0af016cfd
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 a7b1d33..e88f8b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -246,6 +246,7 @@ x2goclient (4.0.5.1-0x2go1) UNRELEASED; urgency=low
       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.
   * 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.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