[Pkg-privacy-commits] [tails-installer] 29/31: Disable the download group when an ISO has been manually selected

anonym anonym-tails-guest at moszumanska.debian.org
Thu Jan 12 15:14:54 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.0
in repository tails-installer.

commit 58773e22773eda4cbc6a3799ce1a7454b0c6c679
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