[Checkins] SVN: megrok.z3cform.wizard/trunk/src/megrok/z3cform/wizard/components.py adapt it to a new version of megrok.layout

Christian Klinger cklinger at novareto.de
Tue Sep 15 08:04:00 EDT 2009


Log message for revision 104046:
  adapt it to a new version of megrok.layout 

Changed:
  U   megrok.z3cform.wizard/trunk/src/megrok/z3cform/wizard/components.py

-=-
Modified: megrok.z3cform.wizard/trunk/src/megrok/z3cform/wizard/components.py
===================================================================
--- megrok.z3cform.wizard/trunk/src/megrok/z3cform/wizard/components.py	2009-09-15 12:03:52 UTC (rev 104045)
+++ megrok.z3cform.wizard/trunk/src/megrok/z3cform/wizard/components.py	2009-09-15 12:03:59 UTC (rev 104046)
@@ -50,6 +50,6 @@
             return
         if self.layout is None:
             layout = component.getMultiAdapter(
-                (self.context, self.request), megrok.layout.ILayout)
+                (self.request, self.context), megrok.layout.ILayout)
             return layout(self)
         return self.layout()



More information about the checkins mailing list