The branch, master 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 ----------------------------------------------------------------- commit 64324badc16a2a920198600f746c1e9b23afa5c9 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 2 17:51:39 2012 +0200 fix __doc__ string indentation ----------------------------------------------------------------------- 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).