cwvreg.py
changeset 7040 9b1f9bc74f5d
parent 7031 a04621040cad
child 7154 5e2f93b88d86
child 7202 5b80f5ee61b5
--- a/cwvreg.py	Fri Feb 18 17:11:45 2011 +0100
+++ b/cwvreg.py	Mon Mar 07 17:02:15 2011 +0100
@@ -554,7 +554,7 @@
         if not self.initialized:
             self['propertydefs'] = {}
             self['propertyvalues'] = self.eprop_values = {}
-            for key, propdef in self.config.eproperty_definitions():
+            for key, propdef in self.config.cwproperty_definitions():
                 self.register_property(key, **propdef)
         CW_EVENT_MANAGER.emit('after-registry-reset', self)