[Zope3-checkins] CVS: Zope3/src/zope/app/browser/component - interfacewidget.py:1.43

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Dec 16 05:32:36 EST 2003


Update of /cvs-repository/Zope3/src/zope/app/browser/component
In directory cvs.zope.org:/tmp/cvs-serv15115/src/zope/app/browser/component

Modified Files:
	interfacewidget.py 
Log Message:
eek, this was a combination of a small interfacewidget typo and a case of 
not having mutableschema code synced with the static interface implementation


=== Zope3/src/zope/app/browser/component/interfacewidget.py 1.42 => 1.43 ===
--- Zope3/src/zope/app/browser/component/interfacewidget.py:1.42	Fri Nov 21 12:11:04 2003
+++ Zope3/src/zope/app/browser/component/interfacewidget.py	Tue Dec 16 05:32:05 2003
@@ -79,7 +79,7 @@
                 try:
                     selected = self.getInputValue()
                 except WidgetInputError, e:
-                    self.error = e
+                    self._error = e
                     selected = value
         else:
             selected = self._data




More information about the Zope3-Checkins mailing list