From ae3aaa2d051de1b2fff0de9fed02771d099fd1dd Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Wed, 18 Nov 2009 14:28:43 +0000 Subject: [PATCH] Specify the default value of preferred_user_interface_language as an empty tuple. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30732 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/LocalizationPreference.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5/PropertySheet/LocalizationPreference.py b/product/ERP5/PropertySheet/LocalizationPreference.py index f480bd750a..a5dcb79eec 100644 --- a/product/ERP5/PropertySheet/LocalizationPreference.py +++ b/product/ERP5/PropertySheet/LocalizationPreference.py @@ -51,6 +51,7 @@ class LocalizationPreference: { 'id' : 'preferred_user_interface_language', 'description' : 'A list of languages displayed in the user interface.', 'type' : 'tokens', + 'default' : (), 'preference' : 1, 'mode' : 'w'}, ) -- 2.30.9