2007-05-03 Peter Parente <parente@cs.unc.edu>
+ * accessible.py:
+ Fixed bug #435177, Not saving narrow'ed interface
+
+2007-05-03 Peter Parente <parente@cs.unc.edu>
+
* registry.py:
Fixed bug #435282, Wrong instance variable name
# not needed according to ORBit2 spec, but makes Java queries work
# more reliably according to Orca experience
- i._narrow(i.__class__)
+ i = i._narrow(i.__class__)
if caching:
# cache the narrow'ed result, but only if we're caching for this object
self._icache[iid] = i