The branch, master has been updated via 638fc5d159cdd86a3020e6de13b831f9eb4d4377 (commit) from e08120febbdab38e9fcbea50c1a9701c2d49287e (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 638fc5d159cdd86a3020e6de13b831f9eb4d4377 Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> Date: Mon Sep 10 13:00:55 2012 +0200 Show "Advanced Options" button only if RDP session chosen ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + sessionwidget.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index f096102..2248d48 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,6 +35,7 @@ x2goclient (3.99.3.0-0~x2go1) UNRELEASED; urgency=low - Add translation for checkbox "Direct RDP Connection" and update Russian and German translation. - Restart pulse server on windows if it crashed. + - Show "Advanced Options" button only if RDP session chosen -- Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> Wed, 05 Sep 2012 11:40:47 +0200 diff --git a/sessionwidget.cpp b/sessionwidget.cpp index 1dc1a18..f6f62d8 100644 --- a/sessionwidget.cpp +++ b/sessionwidget.cpp @@ -219,7 +219,7 @@ void SessionWidget::slot_rdpDirectClicked() bool isDirectRDP=cbDirectRDP->isChecked(); if (cbDirectRDP->isHidden()) isDirectRDP=false; - pbAdvanced->setVisible(!isDirectRDP); + pbAdvanced->setVisible((!isDirectRDP) && (sessBox->currentIndex()==RDP)); leCmdIp->setVisible(!isDirectRDP); cmd->setVisible(!isDirectRDP); key->setVisible(!isDirectRDP); 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).