* Fix crash when trying to display context-sensitive help, not that we

have any at the moment (LP: #195564).
master
Colin Watson 16 years ago
parent f907615869
commit 3d260d4673

7
debian/changelog vendored

@ -1,3 +1,10 @@
gfxboot-theme-ubuntu (0.5.5) UNRELEASED; urgency=low
* Fix crash when trying to display context-sensitive help, not that we
have any at the moment (LP: #195564).
-- Colin Watson <cjwatson@ubuntu.com> Tue, 26 Feb 2008 09:47:11 +0000
gfxboot-theme-ubuntu (0.5.4) hardy; urgency=low
* Fix crash when pressing an unhandled key followed by F1 when the boot

@ -95,7 +95,7 @@ clip.size pop 800 eq {
/findbootoption {
/bo.buf boot.ed 3 get def
/bo.len boot.ed 4 get def
/bo.pos boot.ed 5 get def
/bo.pos boot.ed 5 get 0 get def
{
bo.pos 0 eq { exit } if

Loading…
Cancel
Save