This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from e630ea6 Make sure X2GoClientXConfig config file really gets written to disk (after we changed the internas of X2GoIniFile for this new major release). new db061d8 return from X2GoClientXConfig.write() method 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/xserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 db061d8f6252fb15c528ef5f6b181f060dc62dc0 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Apr 14 16:41:29 2014 +0200 return from X2GoClientXConfig.write() method --- x2go/xserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2go/xserver.py b/x2go/xserver.py index 190e3d9..c4ab8a5 100644 --- a/x2go/xserver.py +++ b/x2go/xserver.py @@ -103,7 +103,7 @@ class X2GoClientXConfig(inifiles.X2GoIniFile): """ self._write_user_config = self.write_user_config - self._X2GoIniFile__write() + return self._X2GoIniFile__write() def get_xserver_config(self, xserver_name): """\ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git