[X2go-Commits] python-x2go.git - master (branch) updated: 0.2.0.4-6-g4113c80

X2Go dev team git-admin at x2go.org
Tue Jun 12 10:59:36 CEST 2012


The branch, master has been updated
       via  4113c80b06c3a503dbe4cc4723145f74b5e98a8a (commit)
       via  b7d446e991635f3bd996c932b5da7334b85e06be (commit)
       via  70ed6b997bc44fffffacb1bff2238318d9330003 (commit)
       via  1e0507ab60a3bd10a9b0eee0ee6e22472a944887 (commit)
       via  5f24287a7ad35e0d23ec3decdebef06b34e442b9 (commit)
      from  18821aff47cf41e466e06dcef71f2d52af8729a5 (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 4113c80b06c3a503dbe4cc4723145f74b5e98a8a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jun 12 10:11:12 2012 +0200

    Continue development...

commit b7d446e991635f3bd996c932b5da7334b85e06be
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jun 12 10:09:35 2012 +0200

    release 0.2.0.4

commit 70ed6b997bc44fffffacb1bff2238318d9330003
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jun 12 10:57:59 2012 +0200

    typo fix

commit 1e0507ab60a3bd10a9b0eee0ee6e22472a944887
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jun 12 10:57:43 2012 +0200

    Revert "release 0.2.0.4"
    
    This reverts commit 0f580320d11864c7182447777d5c43205c9ebc4f.

commit 5f24287a7ad35e0d23ec3decdebef06b34e442b9
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jun 12 10:57:38 2012 +0200

    Revert "Continue development..."
    
    This reverts commit 18821aff47cf41e466e06dcef71f2d52af8729a5.

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

Summary of changes:
 x2go/defaults.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

The diff of changes is:
diff --git a/x2go/defaults.py b/x2go/defaults.py
index 5fca45c..b106225 100644
--- a/x2go/defaults.py
+++ b/x2go/defaults.py
@@ -40,7 +40,7 @@ if X2GOCLIENT_OS != 'Windows':
     # handle missing X displays on package build
     try:
         X_DISPLAY = Xlib.display.Display()
-    except Xlib.error.DisplayNameError, Xlib.error.DisplayConncetionError:
+    except Xlib.error.DisplayNameError, Xlib.error.DisplayConnectionError:
         X_DISPLAY = None
 
 LOCAL_HOME = os.path.normpath(os.path.expanduser('~'))


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