summaryrefslogtreecommitdiff
path: root/Mailman/Gui/General.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Gui/General.py')
-rw-r--r--Mailman/Gui/General.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mailman/Gui/General.py b/Mailman/Gui/General.py
index de9a4632f..c452a0568 100644
--- a/Mailman/Gui/General.py
+++ b/Mailman/Gui/General.py
@@ -27,7 +27,9 @@ class General:
def GetConfigCategory(self):
return 'general', _('General Options')
- def GetConfigInfo(self, mlist):
+ def GetConfigInfo(self, mlist, category, subcat):
+ if category <> 'general':
+ return None
WIDTH = mm_cfg.TEXTFIELDWIDTH
return [