The branch, build-main has been updated via 619fa9d40858791b1bf98754ed110c606c634005 (commit) from a17eb04222eac5aee009924f004df2ad6342eb34 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: sharetray.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/sharetray.cpp b/sharetray.cpp index df08bf5..2bc944f 100644 --- a/sharetray.cpp +++ b/sharetray.cpp @@ -176,10 +176,13 @@ ShareTray::ShareTray() ShareTray::~ShareTray() { + qDebug() <<"stopping desktop sharing"; slotStopSharing(); if ( QFile::exists ( lockFname ) ) QFile::remove ( lockFname ); + qDebug() <<"lock file removed"; saveSettings(); + qDebug() <<"settings saved"; } @@ -351,10 +354,13 @@ void ShareTray::closeEvent ( QCloseEvent* ev ) hide(); return; } + qDebug() <<"stopping desktop sharing"; slotStopSharing(); if ( QFile::exists ( lockFname ) ) QFile::remove ( lockFname ); + qDebug() <<"lock file removed"; saveSettings(); + qDebug() <<"settings saved"; } void ShareTray::slotTimer() @@ -538,8 +544,6 @@ void ShareTray::slotMenuClose() close(); } - - void ShareTray::slotUpdateLockFile() { QFile file ( lockFname ); hooks/post-receive -- x2godesktopsharing.git (Desktop Sharing for X2Go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2godesktopsharing.git" (Desktop Sharing for X2Go).