[Pkg-privacy-commits] [tails-installer] 18/27: When the download dialog is closed, reset its state
Intrigeri
intrigeri at moszumanska.debian.org
Wed May 24 15:26:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to tag 3.91.0
in repository tails-installer.
commit c896ef647bdc1938105f1028e37e92463ad9836c
Author: Martin Briza <mbriza at redhat.com>
Date: Fri Mar 11 12:07:41 2016 +0100
When the download dialog is closed, reset its state
---
liveusb/components/DownloadDialog.qml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/liveusb/components/DownloadDialog.qml b/liveusb/components/DownloadDialog.qml
index 905a4c9..de31db3 100644
--- a/liveusb/components/DownloadDialog.qml
+++ b/liveusb/components/DownloadDialog.qml
@@ -16,8 +16,11 @@ Dialog {
function reset() {
writeImmediately.confirmed = false
acceptButton.pressedOnce = false
+ writeArrow.color = "black"
}
+ onVisibleChanged: reset()
+
Connections {
target: liveUSBData
onCurrentImageChanged: {
--
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