squeeze support

This commit is contained in:
Jeremy Roman 2010-09-24 21:19:36 -04:00
parent 6193168b2d
commit e33c483d3a
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class Wizard(urwid.WidgetWrap):
def select(self, panelno, set_focus=True):
if 0 <= panelno < len(self.panels):
self.selected = panelno
self.panelwrap.set_w( self.panels[panelno] )
self.panelwrap._w = self.panels[panelno]
self.panels[panelno].activate()
if set_focus: