* Fix a stack leak in menuitemmap.

master
Colin Watson 16 years ago
parent 6afca3d6c6
commit 3f7ee904c9

@ -979,7 +979,7 @@
% from menu.humans. Otherwise, return text as-is.
/menuitemmap {
0 menu.texts {
2 index eq { menu.humans over get exch exit } if
2 index eq { menu.humans over get rot pop exch exit } if
1 add
} forall pop
translate

6
debian/changelog vendored

@ -1,3 +1,9 @@
gfxboot-theme-ubuntu (0.5.10) UNRELEASED; urgency=low
* Fix a stack leak in menuitemmap.
-- Colin Watson <cjwatson@ubuntu.com> Tue, 18 Mar 2008 01:19:53 +0000
gfxboot-theme-ubuntu (0.5.9) hardy; urgency=low
* Really update for Kurdish default layout change, and shorten Kurdish

Loading…
Cancel
Save