diff --git a/debian/changelog b/debian/changelog index 018bb94..5e832b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/help.inc b/help.inc index 49f5520..c5e605d 100644 --- a/help.inc +++ b/help.inc @@ -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