summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-global-preferences.h
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-09-05 20:10:22 +0200
committerStefano Karapetsas <[email protected]>2012-09-05 20:10:22 +0200
commitc042e64ccabe8da21f2251301bc0536922d44560 (patch)
treed4aa2d6f9568fb7c77879e60c2bc8d19a2513421 /libcaja-private/caja-global-preferences.h
parent245d15cb31565d31bdb380b8a689489732748ac5 (diff)
downloadcaja-c042e64ccabe8da21f2251301bc0536922d44560.tar.bz2
caja-c042e64ccabe8da21f2251301bc0536922d44560.tar.xz
convert tree sidebar prefs to gsettings
Diffstat (limited to 'libcaja-private/caja-global-preferences.h')
-rw-r--r--libcaja-private/caja-global-preferences.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcaja-private/caja-global-preferences.h b/libcaja-private/caja-global-preferences.h
index 73c67552..e0c9d566 100644
--- a/libcaja-private/caja-global-preferences.h
+++ b/libcaja-private/caja-global-preferences.h
@@ -88,7 +88,7 @@ G_BEGIN_DECLS
} CajaNewTabPosition;
/* Sidebar panels */
-#define CAJA_PREFERENCES_TREE_SHOW_ONLY_DIRECTORIES "sidebar_panels/tree/show_only_directories"
+#define CAJA_PREFERENCES_TREE_SHOW_ONLY_DIRECTORIES "show-only-directories"
/* Single/Double click preference */
#define CAJA_PREFERENCES_CLICK_POLICY "click-policy"
@@ -231,6 +231,7 @@ GSettings *caja_media_preferences;
GSettings *caja_window_state;
GSettings *caja_icon_view_preferences;
GSettings *caja_desktop_preferences;
+GSettings *caja_tree_sidebar_preferences;
G_END_DECLS