From ee6236386ebfbc4c68b01b8146ebb6af4bcc0202 Mon Sep 17 00:00:00 2001
From: Ivan Tyagov <ivan@nexedi.com>
Date: Wed, 10 Mar 2010 10:00:01 +0000
Subject: [PATCH] Use category rather than new proeprty.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33569 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/PropertySheet/Gadget.py | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/product/ERP5/PropertySheet/Gadget.py b/product/ERP5/PropertySheet/Gadget.py
index 13227465ad..717ced4d08 100644
--- a/product/ERP5/PropertySheet/Gadget.py
+++ b/product/ERP5/PropertySheet/Gadget.py
@@ -55,11 +55,6 @@ class Gadget:
     , 'type'       : 'string'
     , 'mode'       : 'w'
     },
-    { 'id'         : 'gadget_type'
-    , 'description': 'A gadget type makes it easy to make specific gadgets for a specific ERP5 view'
-    , 'type'       : 'tokens'
-    , 'mode'       : 'w'
-    },
   )
 
-  _categories = ()
+  _categories = ('gadget_type',)
-- 
2.30.9