fixed bug reported by jdonland

pull/5/head
Jeremy Roman 13 years ago
parent 066ef693eb
commit 5dfb716d11
  1. 1
      ceo/urwid/widgets.py
  2. 6
      debian/changelog

@ -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:

6
debian/changelog vendored

@ -1,3 +1,9 @@
ceo (0.5.8+nmu1) stable; urgency=low
* fixed bug reported by jdonland
-- Jeremy Brandon Roman <jbroman@csclub.uwaterloo.ca> 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)

Loading…
Cancel
Save