[Pkg-privacy-commits] [torbrowser-launcher] 46/476: added icon to exit button for errors
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 f7cdc3398b21d87be9cf5aacd613312548e0f939
Author: Micah Lee <micahflee at riseup.net>
Date: Sun Feb 17 19:26:58 2013 -0800
added icon to exit button for errors
---
torbrowser-launcher | 3 +++
1 file changed, 3 insertions(+)
diff --git a/torbrowser-launcher b/torbrowser-launcher
index e063862..1f7b6c5 100755
--- a/torbrowser-launcher
+++ b/torbrowser-launcher
@@ -147,7 +147,10 @@ class TorBrowserLauncher:
self.label2.show()
# exit button
+ exit_image = gtk.Image()
+ exit_image.set_from_stock(gtk.STOCK_CANCEL, gtk.ICON_SIZE_BUTTON)
self.exit_button = gtk.Button("Exit")
+ self.exit_button.set_image(exit_image)
self.exit_button.connect("clicked", self.destroy, None)
self.box.add(self.exit_button)
self.exit_button.show()
--
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