[Pkg-privacy-commits] [onioncircuits] 14/62: Remove unused argument data from populate_treeview
Intrigeri
intrigeri at moszumanska.debian.org
Thu Feb 18 20:20:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to branch master
in repository onioncircuits.
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/onioncircuits.git
More information about the Pkg-privacy-commits
mailing list