2 Oct 2012 17:51
python-x2go.git - master (branch) updated: 0.2.0.10-20-g64324ba
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@...>
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
<at> <at> -608,7 +608,7 <at> <at> 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'
<at> return: a (<width>, <height>) tuple will be returned
<at> rtype: C{tuple}
<at> <at> -629,7 +629,7 <at> <at> 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'
<at> return: a (<width>, <height>) tuple will be returned
<at> rtype: C{tuple}
hooks/post-receive
RSS Feed