This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from b1292aa Use Xlib to detect client-side destop geometry. new b950f16 fix __doc__ string for last commit 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/utils.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) -- 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 b950f16cd73a05715996a29db02addc137db36c7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Aug 30 17:12:53 2014 +0200 fix __doc__ string for last commit --- x2go/utils.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/x2go/utils.py b/x2go/utils.py index 94f966b..44a0e5a 100644 --- a/x2go/utils.py +++ b/x2go/utils.py @@ -654,10 +654,7 @@ def find_session_window(session_name): def get_desktop_geometry(): """\ - Get the geometry of the current screen's desktop by - wrapping around:: - - xprop -root '_NET_DESKTOP_GEOMETRY' + Get the geometry of the current screen's desktop. @return: a (<width>, <height>) tuple will be returned @rtype: C{tuple} -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git