From c2868f54ac319f044e33291f82a16e1c044d3ee2 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 4 Apr 2006 16:25:45 +0100 Subject: [PATCH] * Fix parsing of gfxboot-foreground keyword. --- debian/changelog | 6 ++++++ menuconfig.inc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8992bcf..53cbd71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gfxboot-theme-ubuntu (0.1.18) UNRELEASED; urgency=low + + * Fix parsing of gfxboot-foreground keyword. + + -- Colin Watson Tue, 4 Apr 2006 16:25:30 +0100 + gfxboot-theme-ubuntu (0.1.17) dapper; urgency=low * Update Portuguese translation (thanks, Rui Azevedo). diff --git a/menuconfig.inc b/menuconfig.inc index a796ecd..93a0017 100644 --- a/menuconfig.inc +++ b/menuconfig.inc @@ -214,7 +214,7 @@ over menuconfig.skipspace menuconfig.strtol dup .undef ne { /menu.text.select over def /boot.text.options over def - /boot.text.normal exch def + /boot.text.normal over def /panel.high exch def } { pop } ifelse } if