From bb7f1d80d3ec85df102227334034e9610c560fa0 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Mon, 15 Oct 2001 21:58:45 +0000 Subject: GetConfigInfo(): Update to the new signature, accepting category and subcat argument. If the category doesn't apply to this gui component, None is returned, otherwise the config list is returned. --- Mailman/Gui/Topics.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Mailman/Gui/Topics.py') diff --git a/Mailman/Gui/Topics.py b/Mailman/Gui/Topics.py index 251403d1c..5ba922b6d 100644 --- a/Mailman/Gui/Topics.py +++ b/Mailman/Gui/Topics.py @@ -24,7 +24,9 @@ class Topics: def GetConfigCategory(self): return 'topics', _('Topic filters') - def GetConfigInfo(self, mlist): + def GetConfigInfo(self, mlist, category, subcat=None): + if category <> 'topics': + return None WIDTH = mm_cfg.TEXTFIELDWIDTH return [ -- cgit v1.2.3-70-g09d2