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 566597 - Mnemonic clash for "Submit album" and "Stop"
Mnemonic clash for "Submit album" and "Stop"
Status: RESOLVED FIXED
Product: sound-juicer
Classification: Applications
Component: interface
2.25.x
Other Linux
: Normal normal
: ---
Assigned To: Sound Juicer Maintainers
Sound Juicer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-05 10:36 UTC by Bastien Nocera
Modified: 2009-01-05 11:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sj-s-mnemonic-clash.patch (609 bytes, patch)
2009-01-05 10:36 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2009-01-05 10:36:09 UTC
Alt + S will be used for both "Stop" (through gtk_button_set_label (GTK_BUTTON (extract_button), GTK_STOCK_STOP);), and "Submit album" (_("_Submit Album"), in sj-main.c)

We can't use "Submit _Album" as it's already used for the Artist field.
Comment 1 Bastien Nocera 2009-01-05 10:36:56 UTC
Created attachment 125772 [details] [review]
sj-s-mnemonic-clash.patch

Original bug at:
https://bugzilla.redhat.com/show_bug.cgi?id=478754
Comment 2 Bastien Nocera 2009-01-05 11:45:47 UTC
Fixed in stable and trunk.

2009-01-05  Bastien Nocera  <hadess@hadess.net>

        * src/sj-main.c (musicbrainz_submit_message_area_new):
        Fix conflicting mnemonics (Closes: #566597)