Move magnifier schemas to gsettings-desktop-schemas

Move the magnifier schemas to gsettings-desktop-schemas to allow them to be
shared between gnome-shell and other applications.

https://bugzilla.gnome.org/show_bug.cgi?id=642034
This commit is contained in:
Thomas Wood
2011-02-10 14:20:33 +00:00
parent 47e66ffc01
commit cd56de85d0
7 changed files with 4 additions and 142 deletions

View File

@@ -438,7 +438,7 @@ Magnifier.prototype = {
},
_settingsInit: function(zoomRegion) {
this._settings = new Gio.Settings({ schema: 'org.gnome.accessibility.magnifier' });
this._settings = new Gio.Settings({ schema: 'org.gnome.desktop.a11y.magnifier' });
if (zoomRegion) {
// Mag factor is accurate to two decimal places.