[Pkg-privacy-commits] [torbrowser-launcher] 45/476: made it so error messages still launch even though they don't have any tasks
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository torbrowser-launcher.
commit 4ae59856347cead47732c09a8857d9ad0d14df0d
Author: Micah Lee <micahflee at riseup.net>
Date: Sun Feb 17 19:25:38 2013 -0800
made it so error messages still launch even though they don't have any tasks
---
torbrowser-launcher | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/torbrowser-launcher b/torbrowser-launcher
index 3117713..e063862 100755
--- a/torbrowser-launcher
+++ b/torbrowser-launcher
@@ -31,11 +31,11 @@ class TorBrowserLauncher:
self.set_gui('task', "Your Tor Browser Launcher is out of date. Click Start to download the latest version from https://www.torproject.org.", ['download_tarball', 'download_tarball_sig', 'verify', 'extract', 'run'])
else:
# for some reason the installed tbb is newer than the current version?
- self.set_gui('error', "Something is wrong. The version of Tor Browser Bundle you have installed is newer than the current version?")
+ self.set_gui('error', "Something is wrong. The version of Tor Browser Bundle you have installed is newer than the current version?", [])
else:
# if tbb is installed but the version file doesn't exist, something is wrong
- self.set_gui('error', "Something is wrong. You have the Tor Browser Bundle installed, but the version file is missing.")
+ self.set_gui('error', "Something is wrong. You have the Tor Browser Bundle installed, but the version file is missing.", [])
# not installed
else:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git
More information about the Pkg-privacy-commits
mailing list