[X2Go-Commits] [x2goclient] 156/217: src/onmainwindow.cpp: fix compile error due to misuse of #ifdef.

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 de6f144655dfd13991c1019432a795c3aac4dd3e
Author: Mihai Moldovan 
Date:   Fri May 6 23:41:52 2016 +0200

src/onmainwindow.cpp: fix compile error due to misuse of #ifdef.
---
 debian/changelog |1 +
 src/onmainwindow.cpp |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0c5017c..0b89295 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -260,6 +260,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
   names.
 - src/pulsemanager.cpp: let start () act as a wrapper and do nothing if
   the PA server is already running.
+- src/onmainwindow.cpp: fix compile error due to misuse of #ifdef.
 
  -- X2Go Release Manager   Mon, 19 Sep 2016 09:07:07 +0200
 
diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
index 971a717..58200c9 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -1517,7 +1517,7 @@ void ONMainWindow::closeClient()
 }
 #endif /* defined (Q_OS_DARWIN) || defined (Q_OS_WIN) */
 
-#ifndef (Q_OS_WIN)
+#ifndef Q_OS_WIN
 if ( userSshd && sshd )
 {
 x2goDebug<<"Terminating the OpenSSH server ...";

--
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] 156/217: src/onmainwindow.cpp: fix compile error due to misuse of #ifdef.

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 77cc7bf503a4a979b15880c4216d83e0e15e23e7
Author: Mihai Moldovan 
Date:   Fri May 6 23:41:52 2016 +0200

src/onmainwindow.cpp: fix compile error due to misuse of #ifdef.
---
 debian/changelog |1 +
 src/onmainwindow.cpp |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5c52b24..564c20f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -293,6 +293,7 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
   names.
 - src/pulsemanager.cpp: let start () act as a wrapper and do nothing if
   the PA server is already running.
+- src/onmainwindow.cpp: fix compile error due to misuse of #ifdef.
   * debian/control:
 - Maintainer change in package: X2Go Developers .
 - Uploaders: add myself. Also, force a rebuild due to the changed
diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
index 870825c..d753c14 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -1517,7 +1517,7 @@ void ONMainWindow::closeClient()
 }
 #endif /* defined (Q_OS_DARWIN) || defined (Q_OS_WIN) */
 
-#ifndef (Q_OS_WIN)
+#ifndef Q_OS_WIN
 if ( userSshd && sshd )
 {
 x2goDebug<<"Terminating the OpenSSH server ...";

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