This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2godesktopsharing. from 3e228af x2godesktopsharing.spec: add Pre-dependencies on shadow/pwdutils/shadow-utils for scriptlets. new 57e1922 sharetray.cpp: fix another misleading if indentation warning. 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 + sharetray.cpp | 2 ++ 2 files changed, 3 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2godesktopsharing. commit 57e192220acf32de7ed5063dd37d80102ff6cc5c Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Nov 12 20:02:54 2018 +0100 sharetray.cpp: fix another misleading if indentation warning. --- debian/changelog | 1 + sharetray.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 41cc6e9..214ee4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ x2godesktopsharing (3.1.1.5-0x2go1) UNRELEASED; urgency=medium * New upstream version (3.1.1.5): - accessdialog.cpp: fix connect () calls. - sharetray.cpp: fix misleading if indentation warning. + - sharetray.cpp: fix another misleading if indentation warning. * x2godesktopsharing.spec: + Pull in redhat-rpm-config manually. This should probably be done by something else, like... gcc or qmake or qt(4)-dev, but it isn't. diff --git a/sharetray.cpp b/sharetray.cpp index 034e4cf..c0e34c2 100644 --- a/sharetray.cpp +++ b/sharetray.cpp @@ -518,8 +518,10 @@ void ShareTray::closeEvent ( QCloseEvent* ev ) qDebug() <<"stopping desktop sharing"; slotStopSharing(); if ( QFile::exists ( lockFname ) ) + { QFile::remove ( lockFname ); qDebug() <<"lock file removed"; + } saveUserSettings(); qDebug() <<"settings saved"; } -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git