branch | stable |
changeset 7031 | a04621040cad |
parent 6925 | 352db17719d2 |
child 7154 | 5e2f93b88d86 |
child 7202 | 5b80f5ee61b5 |
--- a/cwvreg.py Tue Feb 22 21:33:10 2011 +0100 +++ b/cwvreg.py Mon Feb 28 14:12:42 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)