The branch, master has been updated via ecfddd98ebfd7f844942ebba155240ba7a388e22 (commit) 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 ----------------------------------------------------------------- commit ecfddd98ebfd7f844942ebba155240ba7a388e22 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Aug 2 15:16:50 2011 +0200 version increment commit b84f97efa59e4643b32927f752332ad30a98c160 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Aug 2 15:16:23 2011 +0200 layout fixes ----------------------------------------------------------------------- Summary of changes: sharetray.cpp | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/sharetray.cpp b/sharetray.cpp index 541b50c..7fe23f0 100644 --- a/sharetray.cpp +++ b/sharetray.cpp @@ -33,7 +33,7 @@ #include <QProcess> #define STAT_ACT_COUNT 10 -#define VERSION "3.0.1-1" +#define VERSION "3.0.1.3" ShareTray::ShareTray() : QMainWindow() @@ -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).