From fe5ed76b93d5d8e727a2f04e831794ab6db659c8 Mon Sep 17 00:00:00 2001 From: Yasuhito FUTATSUKI at POEM Date: Fri, 22 Jun 2018 09:39:18 +0900 Subject: revert Mailman/Gui/GUIBase.py to drop change of this branch --- Mailman/Gui/GUIBase.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Mailman/Gui/GUIBase.py') diff --git a/Mailman/Gui/GUIBase.py b/Mailman/Gui/GUIBase.py index 67e79036..95d7d177 100644 --- a/Mailman/Gui/GUIBase.py +++ b/Mailman/Gui/GUIBase.py @@ -138,14 +138,6 @@ class GUIBase: def _setValue(self, mlist, property, val, doc): # Set the value, or override to take special action on the property if not property.startswith('_') and getattr(mlist, property) <> val: - if property == 'preferred_language': - ocs = Utils.GetCharSet(getattr(mlist, property)) or 'us-ascii' - ncs = Utils.GetCharSet(val) or 'us-ascii' - odesc = getattr(mlist, 'description') - if ocs != ncs and not isinstance(odesc, unicode): - setattr(mlist, 'description', - Utils.xml_to_unicode(odesc, ocs).encode( - ncs, 'xmlcharrefreplace')) setattr(mlist, property, val) def _postValidate(self, mlist, doc): -- cgit v1.2.3