From e33c483d3ad7b7f6f0cc8dafa516b851ad2f12e2 Mon Sep 17 00:00:00 2001 From: Jeremy Roman Date: Fri, 24 Sep 2010 21:19:36 -0400 Subject: [PATCH] squeeze support --- ceo/urwid/widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceo/urwid/widgets.py b/ceo/urwid/widgets.py index 36254f3..f9f831d 100644 --- a/ceo/urwid/widgets.py +++ b/ceo/urwid/widgets.py @@ -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: