diff options
author | Stefano Karapetsas <[email protected]> | 2012-09-05 21:43:27 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-09-05 21:43:27 +0200 |
commit | 45742f8351e2991d54b00189f6e0c772e257f395 (patch) | |
tree | f62e0b032ab91575725aa30a2592e3b4d40ec55c /libcaja-private/org.mate.caja.gschema.xml.in | |
parent | 3674c4ca12e2e33cf6669bc3701acd98c3643ec5 (diff) | |
download | caja-45742f8351e2991d54b00189f6e0c772e257f395.tar.bz2 caja-45742f8351e2991d54b00189f6e0c772e257f395.tar.xz |
convert last eel_preference users to raw mateconf
from nautilus patch:
This is moslty the lockdown stuff, but we also access the background
setting. This should be converted to use the new gsettings when they
land.
Diffstat (limited to 'libcaja-private/org.mate.caja.gschema.xml.in')
-rw-r--r-- | libcaja-private/org.mate.caja.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcaja-private/org.mate.caja.gschema.xml.in b/libcaja-private/org.mate.caja.gschema.xml.in index 1885fdea..d9dd79c3 100644 --- a/libcaja-private/org.mate.caja.gschema.xml.in +++ b/libcaja-private/org.mate.caja.gschema.xml.in @@ -168,7 +168,7 @@ <_summary>Show folders first in windows</_summary> <_description>If set to true, then Caja shows folders prior to showing files in the icon and list views.</_description> </key> - <key name="default-sort-order" enum="org.gnome.nautilus.SortOrder"> + <key name="default-sort-order" enum="org.mate.caja.SortOrder"> <aliases> <alias value='modification_date' target='mtime'/> </aliases> |