diff options
author | Stefano Karapetsas <[email protected]> | 2013-01-28 01:12:52 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-01-28 01:12:52 -0800 |
commit | 85a99efb2631248152c6ed26d3dc7e971f1109df (patch) | |
tree | bcd6dbcbb1367828129a5789b3a4df40e2338f28 /data/org.mate.peripherals-smartcard.gschema.xml.in | |
parent | 5bf6bc8ea1bc4326c943c0ce98dd3c6ed916c12d (diff) | |
parent | 118733842c7e1df85ce606e87e1c2e169b3d9b50 (diff) | |
download | mate-settings-daemon-85a99efb2631248152c6ed26d3dc7e971f1109df.tar.bz2 mate-settings-daemon-85a99efb2631248152c6ed26d3dc7e971f1109df.tar.xz |
Merge pull request #37 from bhull2010/master
Fix gsettings schema paths
Diffstat (limited to 'data/org.mate.peripherals-smartcard.gschema.xml.in')
-rw-r--r-- | data/org.mate.peripherals-smartcard.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.mate.peripherals-smartcard.gschema.xml.in b/data/org.mate.peripherals-smartcard.gschema.xml.in index f262fbb..8ed910d 100644 --- a/data/org.mate.peripherals-smartcard.gschema.xml.in +++ b/data/org.mate.peripherals-smartcard.gschema.xml.in @@ -1,6 +1,6 @@ <?xml version="1.0"?> <schemalist> - <schema id="org.mate.peripherals-smartcard" path="/desktop/mate/peripherals/smartcard/"> + <schema id="org.mate.peripherals-smartcard" path="/org/mate/desktop/peripherals/smartcard/"> <key name="removal-action" type="s"> <default>'none'</default> <summary>Smartcard removal action</summary> |