GNOME Bugzilla – Bug 663429
Adapt to mutter moving to GSettings
Last modified: 2011-11-15 12:45:46 UTC
See patch.
Created attachment 200709 [details] [review] Adapt to mutter moving to GSettings
Review of attachment 200709 [details] [review]: Sure. ::: js/ui/main.js @@ +586,3 @@ // modal dialog is present) if (action == Meta.KeyBindingAction.COMMAND_SCREENSHOT) { + let settings = new Gio.Settings({ schema: 'org.gnome.desktop.wm.keybinding-commands' }); Perhaps the schema should go at the top?
Created attachment 201249 [details] [review] Adapt to mutter moving to GSettings A couple of updates due to schema changes.
Review of attachment 201249 [details] [review]: Looks good.
Attachment 201249 [details] pushed as a9ab878 - Adapt to mutter moving to GSettings Oops, the patch was pushed, but somehow git-bz failed to update the bug ...