* Drop "Motor Difficulties - pointing devices" from the accessibility

menu, as gok doesn't work on the Dapper live CD (Henrik Nilsen Omma).
master
Colin Watson 18 years ago
parent 9f90c98932
commit 04afb6bd4d

2
debian/changelog vendored

@ -1,6 +1,8 @@
gfxboot-theme-ubuntu (0.1.23) UNRELEASED; urgency=low
* Fix check for whether we're running on a live CD.
* Drop "Motor Difficulties - pointing devices" from the accessibility
menu, as gok doesn't work on the Dapper live CD (Henrik Nilsen Omma).
-- Colin Watson <cjwatson@ubuntu.com> Mon, 22 May 2006 17:03:45 +0100

@ -12,12 +12,11 @@
/.access.v2 2 def
/.access.v3 3 def
/.access.m1 4 def
/.access.m2 5 def
/access.optionnames [
.undef
"v1" "v2" "v3"
"m1" "m2"
"m1"
] def
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@ -34,7 +33,7 @@
xmenu .xm_list [
/txt_access_none
/txt_access_v1 /txt_access_v2 /txt_access_v3
/txt_access_m1 /txt_access_m2
/txt_access_m1
] put
xmenu .xm_title /txt_access put

Loading…
Cancel
Save