[Pkg-privacy-commits] [onionshare] 194/256: Display tor connection percent when testing bundled tor in settings

Ulrike Uhlig ulrike at moszumanska.debian.org
Fri May 26 12:53:39 UTC 2017


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

ulrike pushed a commit to branch master
in repository onionshare.

commit f6eb178f7bfd86d5bb55d332f640642dc3f91131
Author: Micah Lee <micah at micahflee.com>
Date:   Wed May 17 12:09:56 2017 -0700

    Display tor connection percent when testing bundled tor in settings
---
 onionshare_gui/settings_dialog.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/onionshare_gui/settings_dialog.py b/onionshare_gui/settings_dialog.py
index 809a7c2..1047783 100644
--- a/onionshare_gui/settings_dialog.py
+++ b/onionshare_gui/settings_dialog.py
@@ -541,7 +541,7 @@ class SettingsDialog(QtWidgets.QDialog):
         self.autoupdate_timestamp.setText(strings._('gui_settings_autoupdate_timestamp', True).format(last_checked))
 
     def _tor_status_update(self, progress, summary):
-        self.tor_status.setText('<strong>{}</strong><br>{}'.format(strings._('connecting_to_tor', True), summary))
+        self.tor_status.setText('<strong>{}</strong><br>{}% {}'.format(strings._('connecting_to_tor', True), progress, summary))
         self.qtapp.processEvents()
         if 'Done' in summary:
             self.tor_status.hide()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git



More information about the Pkg-privacy-commits mailing list