[Pkg-privacy-commits] [tails-installer] 40/210: Minor tweaks to the properties

Intrigeri intrigeri at moszumanska.debian.org
Wed May 24 15:26:26 UTC 2017


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

intrigeri pushed a commit to tag 3.90.0
in repository tails-installer.

commit 165e4d2d74aff7147b6edd35c96d6d38229ecce2
Author: Martin Briza <mbriza at redhat.com>
Date:   Wed Mar 18 10:43:29 2015 +0100

    Minor tweaks to the properties
---
 liveusb/gui.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/liveusb/gui.py b/liveusb/gui.py
index fcb5a20..6679aa1 100755
--- a/liveusb/gui.py
+++ b/liveusb/gui.py
@@ -464,6 +464,7 @@ class Release(QObject):
 
         self._writer = ReleaseWriter(self)
 
+        self.pathChanged.connect(self.statusChanged)
         self._download.runningChanged.connect(self.statusChanged)
         self._writer.runningChanged.connect(self.statusChanged)
         self._writer.statusChanged.connect(self.statusChanged)
@@ -471,7 +472,7 @@ class Release(QObject):
 
     @pyqtSlot()
     def get(self):
-        if len(self._url) <= 0:
+        if len(self._path) <= 0:
             self._download.run()
 
     @pyqtSlot()

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