[Pkg-privacy-commits] [tails-installer] 54/210: Get rid of those annoying undefined messages
Intrigeri
intrigeri at moszumanska.debian.org
Wed May 24 15:26:27 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 a3f00336fa33f5be86e7503215d4aad3ad817e44
Author: Martin Briza <mbriza at redhat.com>
Date: Wed Apr 8 10:30:19 2015 +0200
Get rid of those annoying undefined messages
---
liveusb/components/DownloadDialog.qml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/liveusb/components/DownloadDialog.qml b/liveusb/components/DownloadDialog.qml
index 77fdb4d..306b1e1 100644
--- a/liveusb/components/DownloadDialog.qml
+++ b/liveusb/components/DownloadDialog.qml
@@ -134,8 +134,8 @@ Dialog {
model: liveUSBData.usbDriveNames
currentIndex: liveUSBData.currentDrive
onCurrentIndexChanged: {
- liveUSBData.currentDrive = currentIndex
acceptButton.pressedOnce = false
+ liveUSBData.currentDrive = currentIndex
}
enabled: !liveUSBData.currentImage.writer.running
}
@@ -160,9 +160,9 @@ Dialog {
height: 20
width: 20
text: liveUSBData.optionNames[index]
- onCheckedChanged: {
- liveUSBData.setOption(index, checked)
+ onClicked: {
acceptButton.pressedOnce = false
+ liveUSBData.setOption(index, checked)
}
}
}
--
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