Title: [commits] (grant) [11314] Fix a typo in a method you'd only encounter if your code was broken.
Revision
11314
Author
grant
Date
2006-08-02 16:43:02 -0700 (Wed, 02 Aug 2006)

Log Message

Fix a typo in a method you'd only encounter if your code was broken.

Modified Paths

Diff

Modified: trunk/chandler/parcels/osaf/framework/attributeEditors/AttributeEditors.py (11313 => 11314)

--- trunk/chandler/parcels/osaf/framework/attributeEditors/AttributeEditors.py	2006-08-02 20:59:27 UTC (rev 11313)
+++ trunk/chandler/parcels/osaf/framework/attributeEditors/AttributeEditors.py	2006-08-02 23:43:02 UTC (rev 11314)
@@ -1848,7 +1848,8 @@
         # attempt access as a Chandler attribute first
         attrType = item.getAttributeAspect(attributeName, "type", True)
         if attrType is None:
-            attrType = ItemHandler.ItemHandler.typeHandler(item.itsView, value)
+            attrType = ItemHandler.ItemHandler.typeHandler(item.itsView,
+                                                           valueString)
 
         # now we can convert the string to the right type
         value = attrType.makeValue (valueString)




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to