From 3d71786aee97052bac106ea4091c36e3b8259675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 29 May 2006 13:45:44 +0000 Subject: [PATCH] Don't remove deprecated ToolInit's product_name parameter yet, because we still want to support CMF 1.4.2 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7527 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Type/Utils.py b/product/ERP5Type/Utils.py index aa32d41fd75..113adefe92c 100644 --- a/product/ERP5Type/Utils.py +++ b/product/ERP5Type/Utils.py @@ -860,7 +860,7 @@ def initializeProduct( context, if len(tools) > 0: utils.ToolInit('%s Tool' % product_name, tools=tools, - # product_name=product_name, + product_name=product_name, icon='tool.png', ).initialize( context ) -- 2.30.9