This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 3894c5f src/onmainwindow.cpp: fix other compile errors/typos. new ec8b65e src/onmainwindow.cpp: another compile error/typo fix. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + src/onmainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit ec8b65e771c6427201acb7c7f612acab08f6e096 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat May 12 02:54:31 2018 +0200 src/onmainwindow.cpp: another compile error/typo fix. --- debian/changelog | 1 + src/onmainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6591681..c181947 100644 --- a/debian/changelog +++ b/debian/changelog @@ -66,6 +66,7 @@ x2goclient (4.1.2.0-0x2go1) UNRELEASED; urgency=medium - src/onmainwindow.cpp: handle a disabled X.Org Server start limit correctly. - src/onmainwindow.cpp: fix other compile errors/typos. + - src/onmainwindow.cpp: another compile error/typo fix. * x2goclient.spec: - Remove plugin references. * debian/rules: diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp index 20b396b..18302ea 100644 --- a/src/onmainwindow.cpp +++ b/src/onmainwindow.cpp @@ -10152,7 +10152,7 @@ void ONMainWindow::slotCheckXOrgConnection() * should kill it. */ x2goDebug << "Timeout reached waiting for the X.Org Server to open a listening TCP socket." << endl - << "Restarting on higher DISPLAY port. Try count: " << x_start_tries; + << "Restarting on higher DISPLAY port. Try count: " << x_start_tries_; xorg->terminate (); delete xorg; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git