[X2Go-Commits] [x2goclient] 01/01: src/onmainwindow.cpp: let client recognize new --xserver-start-limit param correctly.
git-admin at x2go.org
git-admin at x2go.org
Mon May 14 00:26:46 CEST 2018
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goclient.
commit 2973cb7532628c36d1c80a109517609f47bb739b
Author: Mihai Moldovan <ionic at ionic.de>
Date: Mon May 14 00:26:19 2018 +0200
src/onmainwindow.cpp: let client recognize new --xserver-start-limit param correctly.
---
debian/changelog | 2 ++
src/onmainwindow.cpp | 2 ++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index c181947..1ac9d0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -67,6 +67,8 @@ x2goclient (4.1.2.0-0x2go1) UNRELEASED; urgency=medium
correctly.
- src/onmainwindow.cpp: fix other compile errors/typos.
- src/onmainwindow.cpp: another compile error/typo fix.
+ - src/onmainwindow.cpp: let client recognize new --xserver-start-limit
+ param correctly.
* x2goclient.spec:
- Remove plugin references.
* debian/rules:
diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
index 18302ea..63f16ad 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -7696,6 +7696,8 @@ bool ONMainWindow::parseParameter ( QString param )
x_start_limit_ = 3;
}
+
+ return (true);
}
#endif /* defined(Q_OS_WIN) */
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list