Author: jmorliaguet
Date: Fri Jun 23 13:55:00 2006
New Revision: 3496

Modified:
   cpsskins/branches/paris-sprint-2006/elements/slot.py

Log:

- the first parameter is the element's title as with other element types



Modified: cpsskins/branches/paris-sprint-2006/elements/slot.py
==============================================================================
--- cpsskins/branches/paris-sprint-2006/elements/slot.py        (original)
+++ cpsskins/branches/paris-sprint-2006/elements/slot.py        Fri Jun 23 
13:55:00 2006
@@ -43,10 +43,10 @@
     """
     implements(ISlot)
 
-    def __init__(self, name=u'', title=u'', description=u'', perspective=u''):
+    def __init__(self, title=u'', name=u'', description=u'', perspective=u''):
         super(Slot, self).__init__()
-        self.name = name
         self.title = title
+        self.name = name
         self.description = description
         self.perspective = perspective
 
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to