[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.1.1.2

X2Go dev team git-admin at x2go.org
Wed Jan 8 15:26:36 CET 2014


The branch, build-baikal has been updated
       via  3fb1a45de69efba836f725c5e8ae5ca128959127 (commit)
      from  a7e043c046bd4088bc991a79708b8544123ff45b (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/changelog |    1 +
 x2go/session.py  |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index cb2524e..67214b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ python-x2go (0.1.1.2-0~x2go1) UNRELEASED; urgency=low
     - Add X2goSession method that detects if auto-connecting a session profile
       is probably possible.
     - Fix MIME box action SAVEAS.
+    - Fix for session status notification for sessions with PENDING terminal session.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Fri, 24 Jun 2011 16:42:20 +0200
 
diff --git a/x2go/session.py b/x2go/session.py
index ead7b93..e69f960 100644
--- a/x2go/session.py
+++ b/x2go/session.py
@@ -979,7 +979,7 @@ class X2goSession(object):
         @rtype: C{bool}
 
         """
-        self.terminal_session == 'PENDING'
+        self.terminal_session = 'PENDING'
         _new_session = False
         if self.session_name is None:
             self.session_name = session_name


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