[Pkg-privacy-commits] [tails-installer] 29/40: Disable the download group when an ISO has been manually selected
anonym
anonym-tails-guest at moszumanska.debian.org
Thu Jan 12 15:15:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
anonym-tails-guest pushed a commit to annotated tag 3.13.1
in repository tails-installer.
commit c5942759c80775b69c833734d961ce0774342ef1
Author: Luke Macken <lmacken at redhat.com>
Date: Wed Nov 26 15:07:03 2014 -0700
Disable the download group when an ISO has been manually selected
This makes it so we can remove the 'or' label between the file selector and
release downloader [hopefully] without confusing people.
---
liveusb/gui.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/liveusb/gui.py b/liveusb/gui.py
index ccc65cb..3564288 100755
--- a/liveusb/gui.py
+++ b/liveusb/gui.py
@@ -640,6 +640,7 @@ class LiveUSBWindow(QtGui.QMainWindow, LiveUSBInterface):
self.live.log.info('%s ' % os.path.basename(self.live.iso) +
_("selected"))
self._refresh_overlay_slider()
+ self.downloadGroup.setEnabled(False)
def terminate(self):
""" Terminate any processes that we have spawned """
--
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