[X2Go-Commits] python-x2go.git - release/0.4.0.x (branch) updated: 0.2.0.10-20-g64324ba

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


The branch, release/0.4.0.x has been updated
       via  64324badc16a2a920198600f746c1e9b23afa5c9 (commit)
      from  c226acf269b3df217a5ec1117b9ed1525c111ef4 (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 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2go/utils.py b/x2go/utils.py
index ff240dd..1cad3f8 100644
--- a/x2go/utils.py
+++ b/x2go/utils.py
@@ -608,7 +608,7 @@ def get_desktop_geometry():
     Get the geometry of the current screen's desktop by
     wrapping around
 
-      xprop -root '_NET_DESKTOP_GEOMETRY'
+        xprop -root '_NET_DESKTOP_GEOMETRY'
 
     @return: a (<width>, <height>) tuple will be returned
     @rtype: C{tuple}
@@ -629,7 +629,7 @@ def get_workarea_geometry():
     Get the geometry of the current screen's work area by
     wrapping around
 
-      xprop -root '_NET_WORKAREA'
+        xprop -root '_NET_WORKAREA'
 
     @return: a (<width>, <height>) tuple will be returned
     @rtype: C{tuple}


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