diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2013-02-13 11:12:48 -0500 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2013-02-13 11:18:18 -0500 |
commit | b4ad42af54234124fffc6cf0a736409be8614cc8 (patch) | |
tree | 03a4706295c4dc0441a179c2ecd02db12344ec5d /libnautilus-private/nautilus-global-preferences.h | |
parent | 500770e8de18b07392ffa4435372525d5d03c688 (diff) | |
download | nautilus-b4ad42af54234124fffc6cf0a736409be8614cc8.tar.gz |
places-sidebar: follow the remember-recent-files GSetting
https://bugzilla.gnome.org/show_bug.cgi?id=693705
Diffstat (limited to 'libnautilus-private/nautilus-global-preferences.h')
-rw-r--r-- | libnautilus-private/nautilus-global-preferences.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libnautilus-private/nautilus-global-preferences.h b/libnautilus-private/nautilus-global-preferences.h index af7d4e8cd..d6791b3df 100644 --- a/libnautilus-private/nautilus-global-preferences.h +++ b/libnautilus-private/nautilus-global-preferences.h @@ -157,6 +157,9 @@ typedef enum /* Desktop background */ #define NAUTILUS_PREFERENCES_SHOW_DESKTOP "show-desktop-icons" +/* Recent files */ +#define NAUTILUS_PREFERENCES_RECENT_FILES_ENABLED "remember-recent-files" + void nautilus_global_preferences_init (void); char *nautilus_global_preferences_get_default_folder_viewer_preference_as_iid (void); @@ -170,6 +173,7 @@ GSettings *gtk_filechooser_preferences; GSettings *gnome_lockdown_preferences; GSettings *gnome_background_preferences; GSettings *gnome_interface_preferences; +GSettings *gnome_privacy_preferences; G_END_DECLS |