[Pkg-privacy-commits] [tails-installer] 61/210: Close the advanced option pane when writing starts

Intrigeri intrigeri at moszumanska.debian.org
Wed May 24 15:26:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to tag 3.90.0
in repository tails-installer.

commit 9058b539c268a20baf579199e5d7c2c5a94e8388
Author: Martin Briza <mbriza at redhat.com>
Date:   Thu Apr 9 11:28:38 2015 +0200

    Close the advanced option pane when writing starts
---
 liveusb/components/DownloadDialog.qml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/liveusb/components/DownloadDialog.qml b/liveusb/components/DownloadDialog.qml
index 46c316a..219b9fb 100644
--- a/liveusb/components/DownloadDialog.qml
+++ b/liveusb/components/DownloadDialog.qml
@@ -158,6 +158,10 @@ Dialog {
                             checked: false
                             checkable: true
                             enabled: liveUSBData.optionNames && liveUSBData.optionNames[0] && !liveUSBData.currentImage.writer.running
+                            onEnabledChanged: {
+                                if (!liveUSBData.currentImage.writer.running)
+                                    checked = false
+                            }
                             ColumnLayout {
                                 Repeater {
                                     id: groupLayoutRepeater

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git



More information about the Pkg-privacy-commits mailing list