fails, recalculate data, fix initial display of sidebar

* src/ViewManager.py: handle post page creation initalization
	* src/PageView.py: handle post page creation initalization


svn: r6929
This commit is contained in:
Don Allingham
2006-06-21 02:43:19 +00:00
parent ead9d7c761
commit bba20d60c2
4 changed files with 15 additions and 2 deletions

View File

@@ -82,6 +82,9 @@ class PageView:
def call_function(self, key):
self.func_list.get(key)()
def post(self):
pass
def set_active(self):
self.active = True
if self.dirty: