Author: justi9
Date: 2009-03-19 14:23:52 -0400 (Thu, 19 Mar 2009)
New Revision: 3180
Modified:
mgmt/trunk/wooly/python/wooly/pages.py
Log:
Fix reference to widgets on page
Modified: mgmt/trunk/wooly/python/wooly/pages.py
===================================================================
--- mgmt/trunk/wooly/python/wooly/pages.py 2009-03-19 18:21:52 UTC (rev 3179)
+++ mgmt/trunk/wooly/python/wooly/pages.py 2009-03-19 18:23:52 UTC (rev 3180)
@@ -164,7 +164,7 @@
return widget.path
def do_unmarshal(self, path):
- return self.page.widgets_by_path.get(path)
+ return self.page.page_widgets_by_path.get(path)
class CssPage(Page):
def __init__(self, app, name):
Show replies by date