[Pkg-privacy-commits] [tails-installer] 24/34: Don't call update_start_button when it's useless.

anonym anonym-tails-guest at moszumanska.debian.org
Mon Jan 22 14:05:33 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 8e4a9b4116eb29c4d78ee35f77fefd1c6a94c140
Author: intrigeri <intrigeri at boum.org>
Date:   Sat Jan 20 14:17:55 2018 +0000

    Don't call update_start_button when it's useless.
    
    populate_devices() will do it itself so no need to do this ourselves
    in callers of populate_devices().
---
 tails_installer/gui.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tails_installer/gui.py b/tails_installer/gui.py
index 5c768ef..c9f54b0 100755
--- a/tails_installer/gui.py
+++ b/tails_installer/gui.py
@@ -826,7 +826,6 @@ class TailsInstallerWindow(Gtk.ApplicationWindow):
         self.live.log.info(_("%(filename)s selected")
                              % {'filename': os.path.basename(self.live.source.path)})
         self.source_available = True
-        self.update_start_button()
         self.live.log.debug("Calling populate_devices()"
                             " from select_source_iso")
         self.populate_devices()

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