[Pkg-privacy-commits] [tor-monitor] 14/39: Remove unused argument data from populate_treeview

Sascha Steinbiss sascha-guest at moszumanska.debian.org
Tue Aug 25 18:00:44 UTC 2015


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

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

commit 114dc4ae2f48d4f2c6af594c4f99b23f68fd0639
Author: Tails developers <tails at boum.org>
Date:   Sat Feb 21 17:02:58 2015 +0100

    Remove unused argument data from populate_treeview
---
 tormonitor | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tormonitor b/tormonitor
index 8b8a0c2..a21c2f0 100755
--- a/tormonitor
+++ b/tormonitor
@@ -329,7 +329,7 @@ class TorMonitorWindow(Gtk.ApplicationWindow):
                     or stream_event.status == stem.StreamStatus.DETACHED):
                 self.remove_stream_delayed(stream_event)
 
-    def populate_treeview(self, data=None):
+    def populate_treeview(self):
         self._treestore.clear()
         self._circ_to_iter = {}
         self._stream_to_iter = {}
@@ -339,7 +339,6 @@ class TorMonitorWindow(Gtk.ApplicationWindow):
         for s in self.controller.get_streams():
             self.add_stream(s)
         self._treeview.expand_all()
-        return True
 
     # CRICUIT DETAILS
     # ===============

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



More information about the Pkg-privacy-commits mailing list