GNOME Bugzilla – Bug 348636
Help kill libegg
Last modified: 2008-03-20 15:02:48 UTC
The following patch replaces the use of eggaccelerators and eggcellrendererkeys by the new stuff in GTK+. It nearly works: looks like editing of the shortcuts is broken, but I can't figure out why now. When committing, the egg files from CVS should also be removed. Oh, and a check for GTK+ 2.10 should probably be added in configure.in.
Created attachment 69575 [details] [review] patch
Nothing "probably" about the "should" IMO. If you're going to use a gtk2.10 feature, it's quite important to check for gtk2.10. Otherwise users with gtk2.8 will get complicated compiler error messages that everyone wastes time diagnosing instead of a clean "your gtk is not >= 2.10".
I wrote "probably" because the check might already be there :-)
And I thought there would be something to complain about the "nearly works", but not about the "probably"... strange world.
err, someone, not something, obviously
Should be fixed in svn trunk.