This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from c462c9a Only check running X-Servers that have the same WMI SessionId as the current X2Go application. new b4f2297 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: x2go/xserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit b4f2297197478a54449151874b5e26a2c8a76b39 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Apr 15 21:23:47 2014 +0200 typo fix --- x2go/xserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2go/xserver.py b/x2go/xserver.py index 5242e9a..4497bb1 100644 --- a/x2go/xserver.py +++ b/x2go/xserver.py @@ -158,7 +158,7 @@ class X2GoClientXConfig(inifiles.X2GoIniFile): _process_list = _wmi.Win32_Process() for xserver_name in self.installed_xservers: process_name = self.get_xserver_config(xserver_name)['process_name'] - if [ _p.Name for _p in _process_list if _p.Name == process_name and _p.SessionId = _my_wmi_sessionid ]: + if [ _p.Name for _p in _process_list if _p.Name == process_name and _p.SessionId == _my_wmi_sessionid ]: # XServer is already running _running.append(xserver_name) continue -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git