Comment 4 for bug 422651

Revision history for this message
Davide Lasagna (lasagnadavide) wrote :

Angel, there is a problem in how the menu items are created in utils.py file, in class ImageMenuItem. You can't change the accel key for all the menu items created with that class, while you can do this with the items created with gtk.Action in __do_menubar() (in tivion.py). I did some work there also to automatically load the new file where accels are saved if the user changes them, but this do not work with the current code. It worked fine, but with this new class it does no more.