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

X2Go dev team git-admin at x2go.org
Tue Jun 18 20:29:06 CEST 2013


The branch, build-baikal has been updated
       via  24543dc5a9855bf8bb9a55381899f47af1520a47 (commit)
      from  c0c6a0345eeff213215baa0bd7e36bdc8a8211e5 (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:
 x2go/session.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2go/session.py b/x2go/session.py
index 7573e3f..da78b2a 100644
--- a/x2go/session.py
+++ b/x2go/session.py
@@ -2537,7 +2537,7 @@ class X2GoSession(object):
 
                 # save exported folders to session profile config if requested by session profile parameter ,,restoreexports''...
                 if self.client_instance and self.restore_shared_local_folders:
-                    self.client_instance.set_profile_config(_profile_name, 'export', self._restore_exported_folders)
+                    self.client_instance.set_profile_config(self.profile_name, 'export', self._restore_exported_folders)
 
         else:
             raise x2go_exceptions.X2GoSessionException('this X2GoSession object does not have any associated terminal')
@@ -2610,7 +2610,7 @@ class X2GoSession(object):
 
                 # save exported folders to session profile config if requested by session profile parameter ,,restoreexports''...
                 if self.client_instance and self.restore_shared_local_folders:
-                    self.client_instance.set_profile_config(_profile_name, 'export', self._restore_exported_folders)
+                    self.client_instance.set_profile_config(self.profile_name, 'export', self._restore_exported_folders)
 
         else:
             raise x2go_exceptions.X2GoSessionException('this X2GoSession object does not have any associated terminal')


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