[Checkins] SVN: z3c.breadcrumb/trunk/src/z3c/breadcrumb/interfaces.py Changed active to activeURL

Roger Ineichen roger at projekt01.ch
Wed May 9 07:39:34 EDT 2007


Log message for revision 75649:
  Changed active to activeURL

Changed:
  U   z3c.breadcrumb/trunk/src/z3c/breadcrumb/interfaces.py

-=-
Modified: z3c.breadcrumb/trunk/src/z3c/breadcrumb/interfaces.py
===================================================================
--- z3c.breadcrumb/trunk/src/z3c/breadcrumb/interfaces.py	2007-05-09 10:06:14 UTC (rev 75648)
+++ z3c.breadcrumb/trunk/src/z3c/breadcrumb/interfaces.py	2007-05-09 11:39:33 UTC (rev 75649)
@@ -43,7 +43,7 @@
         description=u'The url of the breadcrumb.',
         required=True)
 
-    active = zope.schema.Bool(
+    activeURL = zope.schema.Bool(
         title=u'Active',
         description=u'Tells whether the breadcrumb link should active.',
         required=True,



More information about the Checkins mailing list