The branch, build-main has been updated via b84f97efa59e4643b32927f752332ad30a98c160 (commit) from 68851b594c736924659ee40696317b8c0bc9c27d (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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/sharetray.cpp b/sharetray.cpp index 541b50c..e44827b 100644 --- a/sharetray.cpp +++ b/sharetray.cpp @@ -257,7 +257,7 @@ QString ShareTray::getSocketAnswer ( QString message ) } QString client=lst[0]; QString user=params[1]; - if ( getAccess ( user,client ) ==QMessageBox::Yes ) + if ( getAccess ( user, client ) ==QMessageBox::Yes ) { trayMessage ( tr ( "Access granted" ),QString ( tr ( @@ -331,7 +331,7 @@ int ShareTray::getAccess ( QString user, QString host ) if ( blackList.contains ( user ) ) return QMessageBox::No; - MessageBox m ( user,host, this ); + MessageBox m ( user, host, this ); m.activateWindow(); m.raise(); int res=m.exec(); 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).