[Reportbug-commits] [reportbug] 07/22: gtk2_ui: filter_visible_func now gets a user_data argument
Sandro Tosi
morph at moszumanska.debian.org
Thu Dec 15 00:43:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository reportbug.
commit 866e3dfe7c8b82c65e51ba3707f1b313ced18e39
Author: Simon McVittie <smcv at debian.org>
Date: Wed Dec 14 15:06:13 2016 +0000
gtk2_ui: filter_visible_func now gets a user_data argument
---
reportbug/ui/gtk2_ui.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index 1c951f1..65e0679 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -1034,7 +1034,7 @@ class HandleBTSQueryPage(TreePage):
return True
return False
- def filter_visible_func(self, model, iter):
+ def filter_visible_func(self, model, iter, user_data=None):
matches = self.match_filter(iter)
if not self.model.iter_parent(iter) and not matches:
# If no children are visible, hide it
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git
More information about the Reportbug-commits
mailing list