[X2go-Commits] python-x2go.git - master (branch) updated: 0.2.0.10-22-gb898e68

X2Go dev team git-admin at x2go.org
Wed Oct 3 19:47:01 CEST 2012


The branch, master has been updated
       via  b898e68df808df4f2237b4130fa23bab5200a2cf (commit)
      from  5a2665a0073fda2ad80ec670f4c83de11d389342 (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 b898e68df808df4f2237b4130fa23bab5200a2cf
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Oct 3 19:46:43 2012 +0200

    Mention ,,maximize'' as possible value for session option geometry in __doc__string of class X2goTerminalSessionSTDOUT.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                  |    2 ++
 x2go/backends/terminal/_stdout.py |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 9940594..b1c293d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ python-x2go (0.2.0.11-0~x2go1) UNRELEASED; urgency=low
     - Fix category ,,Utility'' when parsing .desktop files.
     - For ,,maxdim'' session property fallback to _NET_DESKTOP_GEOMETRY if
       _NET_WORKAREA is not available from the window manager.
+    - Mention ,,maximize'' as possible value for session option geometry
+      in __doc__string of class X2goTerminalSessionSTDOUT.
   * /debian/rules:
     + Allow package build on systems with missing dh_python2.
 
diff --git a/x2go/backends/terminal/_stdout.py b/x2go/backends/terminal/_stdout.py
index b96964f..204b5d6 100644
--- a/x2go/backends/terminal/_stdout.py
+++ b/x2go/backends/terminal/_stdout.py
@@ -227,8 +227,8 @@ class X2goTerminalSessionSTDOUT(object):
         new X2Go sessions, resume suspended sessions or suspend resp. terminate
         currently running sessions on a connected X2Go server.
 
-        @param geometry: screen geometry of the X2Go session. Can be either C{<width>x<height>}
-            or C{fullscreen}
+        @param geometry: screen geometry of the X2Go session. Can be either C{<width>x<height>},
+            C{maximize} or C{fullscreen}
         @type geometry: C{str}
         @param depth: color depth in bits (common values: C{16}, C{24})
         @type depth: C{int}


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