The branch, master has been updated via 5a2665a0073fda2ad80ec670f4c83de11d389342 (commit) from 64324badc16a2a920198600f746c1e9b23afa5c9 (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 5a2665a0073fda2ad80ec670f4c83de11d389342 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 2 17:54:11 2012 +0200 fix __doc__ string indentation(2) ----------------------------------------------------------------------- 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 1cad3f8..f8dee91 100644 --- a/x2go/utils.py +++ b/x2go/utils.py @@ -606,7 +606,7 @@ def find_session_window(session_name): def get_desktop_geometry(): """\ Get the geometry of the current screen's desktop by - wrapping around + wrapping around:: xprop -root '_NET_DESKTOP_GEOMETRY' @@ -627,7 +627,7 @@ def get_desktop_geometry(): def get_workarea_geometry(): """\ Get the geometry of the current screen's work area by - wrapping around + wrapping around:: xprop -root '_NET_WORKAREA' 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).