[Pkg-anonymity-tools] [onionshare] 80/140: Fix missing window icon
Ulrike Uhlig
u-guest at moszumanska.debian.org
Mon Sep 29 20:33:50 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 7c9dbb0caf3aa9765b291f4ac34699b39c696912
Author: Lazlo Westerhof <github at lazlo.me>
Date: Wed Sep 3 20:56:46 2014 +0200
Fix missing window icon
---
onionshare_gui/onionshare_gui.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/onionshare_gui/onionshare_gui.py b/onionshare_gui/onionshare_gui.py
index 3167f8f..dc59c4e 100644
--- a/onionshare_gui/onionshare_gui.py
+++ b/onionshare_gui/onionshare_gui.py
@@ -227,7 +227,7 @@ def main():
# create the onionshare icon
global window_icon
- window_icon = QtGui.QIcon("{0}/static/logo.png".format(common.onionshare_gui_dir))
+ window_icon = QtGui.QIcon("{0}/logo.png".format(common.onionshare_gui_dir))
# start the onionshare app
web.set_stay_open(stay_open)
--
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