diff options
author | Callum McKenzie <callum@src.gnome.org> | 2008-01-03 20:38:53 +0000 |
---|---|---|
committer | Callum McKenzie <callum@src.gnome.org> | 2008-01-03 20:38:53 +0000 |
commit | d200b1c8602f2f0e1fc9aa80a8b5371e28837ef3 (patch) | |
tree | a9dbf4678ec546596be8c5a624ad8fdd13d3515c /mixer | |
parent | 41ca7e0a60451dc4f082d54b0267c866747cf292 (diff) |
Patch from Ted Gould to remove accelerators from the mixer. They were impossible to use and matched other common accelerators.
svn path=/trunk/; revision=10562
Diffstat (limited to 'mixer')
-rw-r--r-- | mixer/ChangeLog | 6 | ||||
-rw-r--r-- | mixer/GNOME_MixerApplet.xml | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/mixer/ChangeLog b/mixer/ChangeLog index c36e2ac8a..5fd78f78f 100644 --- a/mixer/ChangeLog +++ b/mixer/ChangeLog @@ -1,3 +1,9 @@ +2008-01-04 Callum McKenzie <callum@spooky-possum.org> + + * GNOME_MixerApplet.xml: Patch from Ted Gould to remove + almost-impossible-to-use accelerators from the menu. See bug + #498258. Fortunately these were never documented. + 2007-12-02 Changwoo Ryu <cwryu@debian.org> * docs/Makefile.am (DOC_LINGUAS): Added ko. diff --git a/mixer/GNOME_MixerApplet.xml b/mixer/GNOME_MixerApplet.xml index 09e708604..db2d937a2 100644 --- a/mixer/GNOME_MixerApplet.xml +++ b/mixer/GNOME_MixerApplet.xml @@ -1,8 +1,8 @@ <Root> <popups> <popup name="button3"> - <menuitem name="Mute" verb="Mute" _label="Mu_te" type="toggle" accel="*Control*t"/> - <menuitem name="RunMixer" verb="RunMixer" _label="_Open Volume Control" accel="*Control*o"/> + <menuitem name="Mute" verb="Mute" _label="Mu_te" type="toggle"/> + <menuitem name="RunMixer" verb="RunMixer" _label="_Open Volume Control"/> <separator/> <menuitem name="Pref" verb="Pref" _label="_Preferences" pixtype="stock" pixname="gtk-properties"/> <menuitem name="Help" verb="Help" _label="_Help" pixtype="stock" pixname="gtk-help"/> |