The branch, master has been updated via 8867d02d9077d6cb5be5453612f4b4a4eb0f4d86 (commit) from a60fb734d85ebaa556c868c75372aef66bc5561a (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 8867d02d9077d6cb5be5453612f4b4a4eb0f4d86 Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Mon Feb 25 12:02:20 2013 +0100 Hide profilecard area on broker authentication ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + onmainwindow.cpp | 7 +++++++ 2 files changed, 8 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 33914dc..e3dfae8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ x2goclient (4.0.1.0-0~x2go1) UNRELEASED; urgency=low [ Oleksandr Shneyder ] * New upstream version (4.0.1.0): - Launching parec to init pulseaudio input only on Windows. + - Hide profilecard area on broker authentication [ Mike Gabriel ] * New upstream version (4.0.1.0): diff --git a/onmainwindow.cpp b/onmainwindow.cpp index 978357a..40b299b 100644 --- a/onmainwindow.cpp +++ b/onmainwindow.cpp @@ -959,6 +959,13 @@ void ONMainWindow::slotGetBrokerAuth() Qt::SmoothTransformation ) ); fotoLabel->setFixedSize ( 48,48 ); } + + if(users->isVisible()) + { + users->hide(); + ln->hide(); + bgLay->insertStretch(3); + } QString text=tr("<b>Authentication</b>"); /* if(config.brokerName.length()>0) text+=config.brokerName; 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).