[X2Go-Commits] [x2goclient] 03/11: pulsemanager.cpp: typo fix in member variable name server_working_dir_.

git-admin at x2go.org git-admin at x2go.org
Mon Nov 30 06:20:32 CET 2015


This is an automated email from the git hooks/post-receive script.

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

commit 88b155c06a2cdeca17d78f39ed813b890152d824
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Nov 30 04:35:57 2015 +0100

    pulsemanager.cpp: typo fix in member variable name server_working_dir_.
---
 debian/changelog     |    1 +
 src/pulsemanager.cpp |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9a9e33f..3bf9cbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -199,6 +199,7 @@ x2goclient (4.0.5.1-0x2go1) UNRELEASED; urgency=low
     - {macbuild.sh,x2goclient.pro}: pass MacPorts library and include path's
       to qmake. Due to the qt4-mac's changes, we do not automatically get
       these values automatically "appended" in a usable way anymore.
+    - pulsemanager.cpp: typo fix in variable name server_working_dir_.
 
   [ Oleksandr Shneyder ]
   * New upstream release (4.0.5.1):
diff --git a/src/pulsemanager.cpp b/src/pulsemanager.cpp
index 512b027..7dda3d2 100644
--- a/src/pulsemanager.cpp
+++ b/src/pulsemanager.cpp
@@ -32,7 +32,7 @@ PulseManager::PulseManager () : pulse_X2Go_ ("/.x2go/pulse"),
                                 app_dir_ (QApplication::applicationDirPath ()),
                                 server_args_ (QStringList ()),
                                 server_binary_ (QString ("")),
-                                server_working_dir (QString ("")),
+                                server_working_dir_ (QString ("")),
                                 pulse_version_major_ (0),
                                 pulse_version_minor_ (0) {
   pulse_dir_ = QDir (QDir::homePath ());

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