[X2Go-Commits] python-x2go.git - brokerclient (branch) updated: 0.2.0.10-62-g539c961

X2Go dev team git-admin at x2go.org
Tue Jan 7 16:21:30 CET 2014


The branch, brokerclient has been updated
       via  539c961f6f63bc4cc6a4f07ea608b08f060e96c8 (commit)
      from  84bca5bbc2d00462ad237d375c6555dc4c16d3be (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:
 x2go/utils.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2go/utils.py b/x2go/utils.py
index c032248..0a25fd3 100644
--- a/x2go/utils.py
+++ b/x2go/utils.py
@@ -587,7 +587,7 @@ def find_session_window(session_name):
         success = False
         windowIDs_obj = root.get_full_property(display.intern_atom('_NET_CLIENT_LIST'), Xlib.X.AnyPropertyType)
 
-        if windowIDs_obj not None:
+        if windowIDs_obj is not None:
             windowIDs = windowIDs_obj.value
 
             for windowID in windowIDs:


hooks/post-receive
-- 
python-x2go.git (Python X2Go Client API)

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 "python-x2go.git" (Python X2Go Client API).




More information about the x2go-commits mailing list