* When selecting a keymap from the F3 menu, set config.keymap directly

rather than indirecting via a locale. The old code crashed when
  selecting a keymap without an associated locale.
master
Colin Watson 18 years ago
parent a704ca81c5
commit d35ea5509b

8
debian/changelog vendored

@ -1,3 +1,11 @@
gfxboot-theme-ubuntu (0.2.10) UNRELEASED; urgency=low
* When selecting a keymap from the F3 menu, set config.keymap directly
rather than indirecting via a locale. The old code crashed when
selecting a keymap without an associated locale.
-- Colin Watson <cjwatson@ubuntu.com> Tue, 24 Oct 2006 08:41:41 +0100
gfxboot-theme-ubuntu (0.2.9) edgy; urgency=low
* Preseed console-setup/modelcode to abnt2 for Brazilian (Malone #66774)

@ -54,7 +54,7 @@
/keymap.update {
/xmenu xmenu.keymap def
keymaps xmenu .xm_current get get .km.locales get 0 get setkeymap
/config.keymap keymaps xmenu .xm_current get get def
window.action actRedraw eq { pmenu.update } if
} def

Loading…
Cancel
Save