Log message for revision 65694:
  Remind myself that we're not doing everything we might have to yet.
  

Changed:
  U   Products.Five/branches/philikon-local-components/component/browser.py

-=-
Modified: Products.Five/branches/philikon-local-components/component/browser.py
===================================================================
--- Products.Five/branches/philikon-local-components/component/browser.py       
2006-03-01 23:53:24 UTC (rev 65693)
+++ Products.Five/branches/philikon-local-components/component/browser.py       
2006-03-01 23:56:01 UTC (rev 65694)
@@ -128,6 +128,8 @@
         self.request = request
 
     def _findViewClass(self):
+        #XXX we might want to walk up to the next site instead, not
+        # just go to the global one directly
         gsm = getGlobalSiteManager()
         view = gsm.queryMultiAdapter((self.context, self.request), Interface,
                                      name=self.viewname)

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to