[Pkg-privacy-commits] [onioncircuits] 09/39: Remove 'OK' button in infobar

Sascha Steinbiss sascha at steinbiss.name
Sun May 15 16:40:44 UTC 2016


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

sascha-guest pushed a commit to branch master
in repository onioncircuits.

commit ca66694bdb93104f844d338b9f81b1598a668867
Author: sajolida <sajolida at pimienta.org>
Date:   Wed Mar 30 08:04:24 2016 +0000

    Remove 'OK' button in infobar
    
    - When not connected to Tor the infobar should always remain visible as
      Onion Circuits is not usable.
    - When connected to Tor there shouldn't be any infobar, see c2ff2ef.
---
 onioncircuits | 1 -
 1 file changed, 1 deletion(-)

diff --git a/onioncircuits b/onioncircuits
index 5cef1f0..3e59895 100755
--- a/onioncircuits
+++ b/onioncircuits
@@ -102,7 +102,6 @@ class OnionCircuitsWindow(Gtk.ApplicationWindow):
         self._infobar_label = Gtk.Label("");
         self._infobar_label.show()
         self._infobar.get_content_area().add(self._infobar_label)
-        self._infobar.add_button(_("OK"), Gtk.ResponseType.OK)
         self._infobar.connect('response', lambda infobar, rid, data=None: self._infobar.hide())
         grid.attach(self._infobar, 0, 0, 2, 1)
 

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



More information about the Pkg-privacy-commits mailing list