[X2go-Commits] x2goclient.git - master (branch) updated: 4.0.0.0-23-g9c5804a

X2Go dev team git-admin at x2go.org
Wed Feb 27 11:17:29 CET 2013


The branch, master has been updated
       via  9c5804a4478c5815c639a8984789bd252a966e90 (commit)
      from  8867d02d9077d6cb5be5453612f4b4a4eb0f4d86 (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 9c5804a4478c5815c639a8984789bd252a966e90
Author: Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
Date:   Wed Feb 27 11:17:18 2013 +0100

    fix ONMainWindow layout in broker mode

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

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

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index e3dfae8..40aed12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ x2goclient (4.0.1.0-0~x2go1) UNRELEASED; urgency=low
   * New upstream version (4.0.1.0):
     - Launching parec to init pulseaudio input only on Windows.
     - Hide profilecard area on broker authentication
+    - fix ONMainWindow layout in broker mode
 
   [ Mike Gabriel ]
   * New upstream version (4.0.1.0):
diff --git a/onmainwindow.cpp b/onmainwindow.cpp
index 40b299b..574ffa7 100644
--- a/onmainwindow.cpp
+++ b/onmainwindow.cpp
@@ -2107,6 +2107,12 @@ void ONMainWindow::slotReadSessions()
     users->show();
     ln->show();
 
+    if(brokerMode)
+    {
+        bgLay->removeItem(bgLay->itemAt(3));
+        slotResize(QSize(width(), height()));
+    }
+
     X2goSettings *st;
     lastSession=0;
 


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