[Pkg-anonymity-tools] [onionshare] 50/140: keep some status bar messages around for longer
Ulrike Uhlig
u-guest at moszumanska.debian.org
Mon Sep 29 20:33:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch master
in repository onionshare.
commit e90d90b7d575de9f80556365059148b56b2f2e16
Author: Micah Lee <micah at micahflee.com>
Date: Fri Aug 29 15:57:44 2014 -0700
keep some status bar messages around for longer
---
onionshare_gui/onionshare_gui.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/onionshare_gui/onionshare_gui.py b/onionshare_gui/onionshare_gui.py
index f0dc121..2f6373e 100644
--- a/onionshare_gui/onionshare_gui.py
+++ b/onionshare_gui/onionshare_gui.py
@@ -139,7 +139,7 @@ class OnionShareGui(QtGui.QWidget):
for event in events:
if event["type"] == web.REQUEST_LOAD:
- self.status_bar.showMessage(strings._('download_page_loaded'), 2000)
+ self.status_bar.showMessage(strings._('download_page_loaded'))
elif event["type"] == web.REQUEST_DOWNLOAD:
self.downloads.add_download(event["data"]["id"], web.zip_filesize)
@@ -154,7 +154,7 @@ class OnionShareGui(QtGui.QWidget):
self.server_status.stop_server()
elif event["path"] != '/favicon.ico':
- self.status_bar.showMessage('{0}: {1}'.format(strings._('other_page_loaded'), event["path"]), 2000)
+ self.status_bar.showMessage('{0}: {1}'.format(strings._('other_page_loaded'), event["path"]))
def copy_url(self):
self.status_bar.showMessage(strings._('gui_copied_url'), 2000)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/onionshare.git
More information about the Pkg-anonymity-tools
mailing list