[Pkg-privacy-commits] [tails-installer] 85/210: Clear the error on any change in the dialog

Intrigeri intrigeri at moszumanska.debian.org
Wed May 24 15:26:31 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 d9008bfa3a532357e297bf2261be7e7003ec00c9
Author: Martin Briza <mbriza at redhat.com>
Date:   Fri Apr 17 10:38:20 2015 +0200

    Clear the error on any change in the dialog
---
 liveusb/gui.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/liveusb/gui.py b/liveusb/gui.py
index b761e2f..80e88b4 100755
--- a/liveusb/gui.py
+++ b/liveusb/gui.py
@@ -482,6 +482,8 @@ class Release(QObject):
         self.warningChanged.emit()
         self._info = []
         self.infoChanged.emit()
+        self._error = []
+        self.errorChanged.emit()
 
         if not self.live.drive:
             return

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