[Pkg-privacy-commits] [tails-installer] 05/34: Refresh the list of candidate target devices when a different source has been selected (refs: #14622).

anonym anonym-tails-guest at moszumanska.debian.org
Mon Jan 22 14:05:31 UTC 2018


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

anonym-tails-guest pushed a commit to branch tails/master
in repository tails-installer.

commit f43ebb2ac20e4d99b50d81414ad01db9ee721c57
Author: intrigeri <intrigeri at boum.org>
Date:   Sat Jan 20 08:33:19 2018 +0000

    Refresh the list of candidate target devices when a different source has been selected (refs: #14622).
    
    When switching to "Clone" some candidates may be invalidated because they are
    smaller than the source files. And conversely, when switching to "downloaded
    ISO" some candidates may be re-validated.
    
    See the parent commit for details.
---
 tails_installer/gui.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tails_installer/gui.py b/tails_installer/gui.py
index 9e2df6f..b0ca32a 100755
--- a/tails_installer/gui.py
+++ b/tails_installer/gui.py
@@ -424,6 +424,7 @@ class TailsInstallerWindow(Gtk.ApplicationWindow):
         elif active_radio.get_label() == "Use a downloaded Tails ISO image":
             self.opts.clone = False
             self.__filechooserbutton_source_file.set_sensitive(True)
+        self.populate_devices()
 
     def on_force_reinstall_clicked(self, button):
         # If the user has chosen install from ISO, but no ISO is selected

-- 
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