[Pkg-privacy-commits] [torbrowser-launcher] 147/476: commented out GUI for downloading over tor because the feature is not implemented yet (#8)
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:31 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 8adffc9fd9df8008827db3ba8f9143fc445358ad
Author: Micah Lee <micahflee at riseup.net>
Date: Wed Aug 7 14:23:01 2013 +0200
commented out GUI for downloading over tor because the feature is not implemented yet (#8)
---
torbrowser-launcher | 3 +++
1 file changed, 3 insertions(+)
diff --git a/torbrowser-launcher b/torbrowser-launcher
index 9d7303e..b5c6f6d 100755
--- a/torbrowser-launcher
+++ b/torbrowser-launcher
@@ -392,6 +392,8 @@ class TBLSettings:
self.preferred.show()
# download over tor
+ # this feature isn't implemented yet (#8, #41), so commenting out the GUI for it
+ """
self.tor_update_checkbox = gtk.CheckButton(_("Download updates over Tor (recommended)"))
self.settings_box.pack_start(self.tor_update_checkbox, True, True, 0)
if self.common.settings['update_over_tor']:
@@ -399,6 +401,7 @@ class TBLSettings:
else:
self.tor_update_checkbox.set_active(False)
self.tor_update_checkbox.show()
+ """
# check for updates
self.update_checkbox = gtk.CheckButton(_("Check for updates next launch"))
--
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