mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
byobu-config: fix crash, due to undefined variable, LP: #428418
This commit is contained in:
parent
69dc76b47c
commit
2453aac0dc
2 changed files with 4 additions and 2 deletions
|
@ -469,7 +469,8 @@ def chgesc(screen, size):
|
||||||
else:
|
else:
|
||||||
loop=0
|
loop=0
|
||||||
screen.popWindow()
|
screen.popWindow()
|
||||||
if bb.buttonPressed(which) != "cancel":
|
button = bb.buttonPressed(which)
|
||||||
|
if button != "cancel":
|
||||||
setesckey(esc.value())
|
setesckey(esc.value())
|
||||||
reload_required()
|
reload_required()
|
||||||
if button == "exit":
|
if button == "exit":
|
||||||
|
|
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -2,8 +2,9 @@ byobu (2.37) unreleased; urgency=low
|
||||||
|
|
||||||
* bin/updates_available: fix Fedora yum output when listing updates
|
* bin/updates_available: fix Fedora yum output when listing updates
|
||||||
available, LP: #440659
|
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
|
byobu (2.36-0ubuntu1) karmic; urgency=low
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue