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 326923 - Accelerator(shortcut key) doesn't work
Accelerator(shortcut key) doesn't work
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: 2.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-14 04:04 UTC by Koike Kazuhiko
Modified: 2006-01-16 18:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Koike Kazuhiko 2006-01-14 04:04:41 UTC
Accelerator(shortcut key) doesn't work.

Only Ctrl+A(Select All) and Shift+Ctrl+A(Select None) works.
Nothing happens if you press other accelerator keys.
Comment 1 Aaron Bockover 2006-01-16 18:13:22 UTC
Fixed in HEAD. The problem happened after switching to GtkUIManager/GtkAction to handle menus and some buttons; the accelerator group for the UIManager was not being added to the main window.