[X2Go-Commits] x2goclient.git - master (branch) updated: 4.0.1.0-20-g7b90207

X2Go dev team git-admin at x2go.org
Fri Jun 7 18:39:54 CEST 2013


The branch, master has been updated
       via  7b90207804eeba8b0f4674f46312fe44e40343cc (commit)
      from  11af425a29087773df39806844bff9744cc99182 (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 7b90207804eeba8b0f4674f46312fe44e40343cc
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Jun 7 18:39:50 2013 +0200

    Enable full access desktop sharing across user accounts.

-----------------------------------------------------------------------

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

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 1a2a82a..5a78aef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ x2goclient (4.0.1.1-0~x2go1) UNRELEASED; urgency=low
     - If a priv SSH key has been specified, skip the autologin procedure.
       Let's consider a given SSH private key that fails to log the user
       in as an overall login failure. (Fixes: #141).
+    - Enable full access desktop sharing across user accounts.
 
   [ Ezra Bühler ]
   * New upstream version (4.0.1.1):
diff --git a/onmainwindow.cpp b/onmainwindow.cpp
index 9909dff..a307bb7 100644
--- a/onmainwindow.cpp
+++ b/onmainwindow.cpp
@@ -4372,7 +4372,7 @@ void ONMainWindow::slotActivated ( const QModelIndex& index )
                          index.row(),
                          D_USER ).data().toString();
         bShadowView->setEnabled ( true );
-        bShadow->setEnabled ( user==getCurrentUname() );
+        bShadow->setEnabled ( true );
     }
 }
 


hooks/post-receive
-- 
x2goclient.git (X2Go Client)

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 "x2goclient.git" (X2Go Client).




More information about the x2go-commits mailing list