diff options
Diffstat (limited to 'Mailman/Gui/GUIBase.py')
-rw-r--r-- | Mailman/Gui/GUIBase.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mailman/Gui/GUIBase.py b/Mailman/Gui/GUIBase.py index 7062235e..8e9171d6 100644 --- a/Mailman/Gui/GUIBase.py +++ b/Mailman/Gui/GUIBase.py @@ -108,6 +108,8 @@ class GUIBase: return val if wtype == mm_cfg.Topics: return val + if wtype == mm_cfg.HeaderFilter: + return val # Should never get here assert 0, 'Bad gui widget type: %s' % wtype |