[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/index - subscribers.py:1.4

Guido van Rossum guido@python.org
Sun, 8 Dec 2002 17:05:49 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/index
In directory cvs.zope.org:/tmp/cvs-serv7545

Modified Files:
	subscribers.py 
Log Message:
Typo: self -> wrapped_self.  (Sorry!)


=== Zope3/lib/python/Zope/App/index/subscribers.py 1.3 => 1.4 ===
--- Zope3/lib/python/Zope/App/index/subscribers.py:1.3	Sun Dec  8 15:36:29 2002
+++ Zope3/lib/python/Zope/App/index/subscribers.py	Sun Dec  8 17:05:49 2002
@@ -62,7 +62,7 @@
     def notify(wrapped_self, event):
         """An event occured. Perhaps register this object with the hub."""
         hub = getService(wrapped_self, "ObjectHub")
-        self._registerObject(event.object, hub)
+        wrapped_self._registerObject(event.object, hub)
     notify = ContextMethod(notify)
 
     currentlySubscribed = False # Default subscription state