GNOME Bugzilla – Bug 779116
Convert from Gtk.Action to GLib.Action
Last modified: 2017-10-20 01:16:12 UTC
Need to finish off converting from Gtk.Action to GLib.Action so we can also clean up things like shortcut handling and hopefully address Bug 766601.
Niels, did you say you had a branch for this somewhere? Or was I imagining that?
Oh, I just found the patch for it, attached to Bug 713991! It seems to apply to master fine still, if you're happy with it I'd be pretty happy to commit that ASAP.
I haven't checked that commit in quite a while, but normally it should work, so if you're ok with it, so am I :-)
Sounds legit! :) Found a few minor things after running it for a few days, now merged with a few tweaks to master as commit 9d7e649. Ta!
For the record, there's a few uses of Gtk.Action left in the composer since WebKitGTK < 2.18 still requires them, so we are stuck with that until we can depend on 2.18, and some are left in the accounts dialog that I imagine will be fixed along with Bug 714104. The commit above removes the great majority of uses of Gtk.Action however, so I'm happy to close this.