appobject.py
changeset 3399 2b84f4adb6f8
parent 3396 fb261afd49cd
child 3418 7b49fa7e942d
--- a/appobject.py	Wed Sep 23 10:19:35 2009 +0200
+++ b/appobject.py	Wed Sep 23 10:20:51 2009 +0200
@@ -298,7 +298,7 @@
         """return cw property key for the property of the given id for this
         class
         """
-        return '%s.%s.%s' % (cls.__registry__, cls.id, propid)
+        return '%s.%s.%s' % (cls.__registry__, cls.__regid__, propid)
 
     def cw_propval(self, propid):
         """return cw property value associated to key