The branch, master has been updated via e03f3f438f36ef87dfd5d793ccd8461b610b0459 (commit) from 7397c54e66e848a9a5803068ca024e989982bb92 (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 e03f3f438f36ef87dfd5d793ccd8461b610b0459 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Apr 24 16:12:23 2012 +0200 Not using gevent to spawn MIME box default applications. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2go/mimeboxactions.py | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 2daca74..f927ece 100644 --- a/debian/changelog +++ b/debian/changelog @@ -118,6 +118,7 @@ python-x2go (0.1.2.0-0~x2go1) UNRELEASED; urgency=low - Fix SSHException usage. - Make sure path names in X2goPrintActions and X2goMIMEboxActions get transformed to OS-specific path names. + - Not using gevent to spawn MIME box default applications. * Depend on python-xlib. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 28 Sep 2012 01:44:21 +0100 diff --git a/x2go/mimeboxactions.py b/x2go/mimeboxactions.py index 676b321..48a3b4f 100644 --- a/x2go/mimeboxactions.py +++ b/x2go/mimeboxactions.py @@ -121,7 +121,7 @@ class X2goMIMEboxAction(object): mimebox_file = os.path.normpath(mimebox_file) mimebox_dir = os.path.normpath(mimebox_dir) - gevent.spawn(self._do_process, mimebox_file, mimebox_dir, ) + self._do_process(mimebox_file, mimebox_dir) class X2goMIMEboxActionOPEN(X2goMIMEboxAction): 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).