After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 332467 - Volume Applet has conflicting menu accelerators
Volume Applet has conflicting menu accelerators
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: mixer
2.13.x
Other All
: High minor
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-24 17:25 UTC by Phil Hagelberg
Modified: 2010-01-24 01:06 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
332467.diff (1.18 KB, patch)
2006-05-12 14:20 UTC, Manjunath K V
none Details | Review
patch to fix the bug (1.77 KB, patch)
2006-05-15 07:13 UTC, Manjunath K V
accepted-commit_now Details | Review

Description Phil Hagelberg 2006-02-24 17:25:55 UTC
When you right-click on the Volume Applet, the first option is _M_ute. Further
down, one of the options is _M_ove. They both use the same mnemonic. But if you
press M, Mute is chosen.

One of them needs to be changed. I'd suggest Mute because every other thing on
the panel uses M for Move. Additionally, Mute already has Ctrl+M.

Other information:
Comment 1 Manjunath K V 2006-05-12 14:20:21 UTC
Created attachment 65314 [details] [review]
332467.diff
Comment 2 Manjunath K V 2006-05-12 14:46:49 UTC
The above attached patch uses the mnemonic T and Ctrl+T as the keyboard shortcut for Mute menuitem. This will fix the conflicting menu accelerators issue.
Comment 3 Manjunath K V 2006-05-15 07:10:41 UTC
 Attached the worng patch by mistake. Reattaching the correct patch.
Comment 4 Manjunath K V 2006-05-15 07:13:24 UTC
Created attachment 65474 [details] [review]
patch to fix the bug
Comment 5 Danielle Madeley 2006-05-28 14:35:40 UTC
In gnome-2-14, needs committing to HEAD.
Comment 6 Manjunath K V 2006-06-01 14:43:13 UTC
Committed, Thanks.
2006-06-01  Manjunath K V  <manjunath.kadajji@wipro.com>
        * GNOME_MixerApplet.xml: Changed the mnemonic for 'Mute' in volume
        applet to 'T' since 'M' was already used by Move.
        Fixes bug #332467.
Comment 7 Kjartan Maraas 2006-07-02 10:29:23 UTC
Closing the bug then.