The branch, master has been updated via a026dbd05c0a0d63997c23a9d471141345c56263 (commit) from f91a06f160bde0b4da9bcd320c0885252bbe689a (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 a026dbd05c0a0d63997c23a9d471141345c56263 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Mar 1 23:34:34 2013 +0100 follow-up fix for last commit ----------------------------------------------------------------------- Summary of changes: x2gobroker/brokers/base_broker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2gobroker/brokers/base_broker.py b/x2gobroker/brokers/base_broker.py index 8568b88..dc29806 100644 --- a/x2gobroker/brokers/base_broker.py +++ b/x2gobroker/brokers/base_broker.py @@ -474,7 +474,7 @@ class X2GoBroker(object): """ _default_session_autostart = False - _session_autostart = "" + _session_autostart = False _profile = self.get_profile_broker(profile_id) if _profile and _profile.has_key(u'broker-session-autostart') and _profile['broker-session-autostart']: _session_autostart = _profile[u'broker-session-autostart'] hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) 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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).