Author: justi9
Date: 2009-03-19 10:17:09 -0400 (Thu, 19 Mar 2009)
New Revision: 3173
Modified:
mgmt/trunk/wooly/python/wooly/__init__.py
Log:
Add missing init_widget for Page, so we make sure we pick up css and javascript resources
for page widgets
Modified: mgmt/trunk/wooly/python/wooly/__init__.py
===================================================================
--- mgmt/trunk/wooly/python/wooly/__init__.py 2009-03-18 21:26:34 UTC (rev 3172)
+++ mgmt/trunk/wooly/python/wooly/__init__.py 2009-03-19 14:17:09 UTC (rev 3173)
@@ -334,6 +334,7 @@
self.page = self
self.frame = self
+ self.init_widget(self)
self.init_children()
self.sealed = True
Show replies by date