GNOME Bugzilla – Bug 73207
gtk_accel_map_lock_path()
Last modified: 2011-02-04 16:12:26 UTC
Need a way to set an accel path locked, rather than just entire accel groups, so that when accels are stored in gconf they can be locked according to their gconf key.
Created attachment 21778 [details] [review] a simple patch to add per path locking
Havoc, you filed this bug. Is this still relevant, and if so, could you have a look at the patch ?
I haven't followed the 2.4 changes to accel map if any, but afaik this is still relevant. For the patch I'd expect you want to use TRUE/FALSE rather than 1/0 and "void\ngtk_foo()" rather than "void gtk_foo()", but apart from style nitpicks it looks reasonable to me.
You haven't missed a lot - no accel map changes since early 2002. I went ahead and committed the patch after fixing the stylistic issues and adding docs.