[Pkg-privacy-commits] [tails-installer] 16/34: Have self.source_available consistently updated in on_radio_button_source_iso_toggled.
anonym
anonym-tails-guest at moszumanska.debian.org
Mon Jan 22 14:05:32 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 e5481deb6cc2205e056c2638517e576e3e514808
Author: intrigeri <intrigeri at boum.org>
Date: Sat Jan 20 13:45:54 2018 +0000
Have self.source_available consistently updated in on_radio_button_source_iso_toggled.
---
tails_installer/gui.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tails_installer/gui.py b/tails_installer/gui.py
index 9fe44c8..8981e16 100755
--- a/tails_installer/gui.py
+++ b/tails_installer/gui.py
@@ -423,6 +423,7 @@ class TailsInstallerWindow(Gtk.ApplicationWindow):
elif active_radio.get_label() == "Use a downloaded Tails ISO image":
self.opts.clone = False
self.live.source = None
+ self.source_available = False
self.__filechooserbutton_source_file.set_sensitive(True)
# previous error messages may be invalid now
self.clear_log()
--
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