Modified:
/trunk/reloader.py
=======================================
--- /trunk/reloader.py Fri Feb 12 16:38:23 2010
+++ /trunk/reloader.py Fri Feb 12 18:20:10 2010
@@ -266,6 +266,7 @@
# If there was an old value, it is updated.
if oldValue is not None:
+ contributedAttributes.add(attrName)
continue
# Otherwise, the new value is being added.