diff options
author | rbuj <[email protected]> | 2020-01-30 10:56:12 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-01 14:58:29 +0100 |
commit | 6bf49f348d8ce6debc8f645b667422bb9a261a2b (patch) | |
tree | eab422c9a14238d97cf3bdbca55eb86f58ba6cb0 /libcaja-private/caja-global-preferences.c | |
parent | ca7cecc5ce724bc91e1a3d0f8dd59ca802180ff4 (diff) | |
download | caja-6bf49f348d8ce6debc8f645b667422bb9a261a2b.tar.bz2 caja-6bf49f348d8ce6debc8f645b667422bb9a261a2b.tar.xz |
Fix build using gcc 10 -fno-common flag
Diffstat (limited to 'libcaja-private/caja-global-preferences.c')
-rw-r--r-- | libcaja-private/caja-global-preferences.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libcaja-private/caja-global-preferences.c b/libcaja-private/caja-global-preferences.c index 2d3c3466..2f1d9088 100644 --- a/libcaja-private/caja-global-preferences.c +++ b/libcaja-private/caja-global-preferences.c @@ -35,6 +35,19 @@ #include "caja-file-utilities.h" #include "caja-file.h" +GSettings *caja_preferences; +GSettings *caja_media_preferences; +GSettings *caja_window_state; +GSettings *caja_icon_view_preferences; +GSettings *caja_desktop_preferences; +GSettings *caja_tree_sidebar_preferences; +GSettings *caja_compact_view_preferences; +GSettings *caja_list_view_preferences; +GSettings *caja_extension_preferences; + +GSettings *mate_background_preferences; +GSettings *mate_lockdown_preferences; + /* * Public functions */ |