On 28/08/2011 17:10, Percherie wrote: > That I did, thanks to this bug report I discovered this function in > gconf-editor > > I manage to change the keyboard shortcuts that already exists but I can not > add new shortcuts on the "delete from disk". I have an error beep. > I invite you to take a test at home. > > I use Ubuntu Maverick with Banshee 2.0.1 >
Alright, I think I see what's wrong in the code. Some ActionEntry objects in TrackAction.cs are created with null accelerators instead of an empty string. One of the objects that are created with an empty string for an accelerator is "Remove from library", and you'll notice that although it comes with no default shortcut, you can set it to something else. All this belongs in a different bug of course, rather than this one. I'll file it and subscribe you. For the record, here's a patch that should fix your issue (but not this particular bug). Thanks for helping me track this down. -- Kind regards, Loong Jin ** Patch added: "0001-Use-instead-of-null-for-empty-accels.patch" https://bugs.launchpad.net/bugs/766399/+attachment/2326683/+files/0001-Use-instead-of-null-for-empty-accels.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/766399 Title: No option to change banshee keyboard shortcuts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/766399/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
