diff options
Diffstat (limited to 'libcaja-private/caja-global-preferences.h')
-rw-r--r-- | libcaja-private/caja-global-preferences.h | 3 |
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 |