byobu-config: fix crash, due to undefined variable, LP: #428418

This commit is contained in:
Dustin Kirkland 2009-10-02 11:31:34 -05:00
commit 2453aac0dc
2 changed files with 4 additions and 2 deletions

View file

@ -469,7 +469,8 @@ def chgesc(screen, size):
else:
loop=0
screen.popWindow()
if bb.buttonPressed(which) != "cancel":
button = bb.buttonPressed(which)
if button != "cancel":
setesckey(esc.value())
reload_required()
if button == "exit":

3
debian/changelog vendored
View file

@ -2,8 +2,9 @@ byobu (2.37) unreleased; urgency=low
* bin/updates_available: fix Fedora yum output when listing updates
available, LP: #440659
* byobu-config: fix crash, due to undefined variable, LP: #428418
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 02 Oct 2009 11:26:08 -0500
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 02 Oct 2009 11:30:59 -0500
byobu (2.36-0ubuntu1) karmic; urgency=low