From 2453aac0dc1612916cfa264fb7cb72eada85d721 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 2 Oct 2009 11:31:34 -0500 Subject: [PATCH] byobu-config: fix crash, due to undefined variable, LP: #428418 --- byobu-config | 3 ++- debian/changelog | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/byobu-config b/byobu-config index ba6d8270..25a14b1b 100755 --- a/byobu-config +++ b/byobu-config @@ -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": diff --git a/debian/changelog b/debian/changelog index afda9cff..e6a103ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 02 Oct 2009 11:26:08 -0500 + -- Dustin Kirkland Fri, 02 Oct 2009 11:30:59 -0500 byobu (2.36-0ubuntu1) karmic; urgency=low