diff --git a/ceo/urwid/widgets.py b/ceo/urwid/widgets.py index f9f831d..232e9a0 100644 --- a/ceo/urwid/widgets.py +++ b/ceo/urwid/widgets.py @@ -179,6 +179,7 @@ class Wizard(urwid.WidgetWrap): if 0 <= panelno < len(self.panels): self.selected = panelno self.panelwrap._w = self.panels[panelno] + self.panelwrap._invalidate() self.panels[panelno].activate() if set_focus: diff --git a/debian/changelog b/debian/changelog index d912f3d..0744386 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceo (0.5.8+nmu1) stable; urgency=low + + * fixed bug reported by jdonland + + -- Jeremy Brandon Roman Sun, 26 Sep 2010 22:32:50 -0400 + ceo (0.5.8) stable; urgency=low * tab support in most forms (note that the tab key is already bound for the LDAP lookup fields)