diff options
author | Brent Hull <[email protected]> | 2013-01-27 15:26:06 -0500 |
---|---|---|
committer | Brent Hull <[email protected]> | 2013-01-27 15:26:06 -0500 |
commit | 118733842c7e1df85ce606e87e1c2e169b3d9b50 (patch) | |
tree | bcd6dbcbb1367828129a5789b3a4df40e2338f28 /data/org.mate.peripherals-touchpad.gschema.xml.in | |
parent | 5bf6bc8ea1bc4326c943c0ce98dd3c6ed916c12d (diff) | |
download | mate-settings-daemon-118733842c7e1df85ce606e87e1c2e169b3d9b50.tar.bz2 mate-settings-daemon-118733842c7e1df85ce606e87e1c2e169b3d9b50.tar.xz |
Fix schema path deprectations and remove unused constant
Diffstat (limited to 'data/org.mate.peripherals-touchpad.gschema.xml.in')
-rw-r--r-- | data/org.mate.peripherals-touchpad.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in b/data/org.mate.peripherals-touchpad.gschema.xml.in index 0e175c2..0b2d7d1 100644 --- a/data/org.mate.peripherals-touchpad.gschema.xml.in +++ b/data/org.mate.peripherals-touchpad.gschema.xml.in @@ -1,5 +1,5 @@ <schemalist> - <schema id="org.mate.peripherals-touchpad" path="/desktop/mate/peripherals/touchpad/"> + <schema id="org.mate.peripherals-touchpad" path="/org/mate/desktop/peripherals/touchpad/"> <key name="disable-while-typing" type="b"> <default>false</default> <summary>Disable touchpad while typing</summary> |