diff options
author | Seth Nickell <snickell@stanford.edu> | 2002-01-28 21:19:52 +0000 |
---|---|---|
committer | Seth Nickell <seth@src.gnome.org> | 2002-01-28 21:19:52 +0000 |
commit | 6b37d5721d63d29da00e6923695ddc43f5a63962 (patch) | |
tree | d575237c80ac087f2ff154a1488de3c3a329588f /libnautilus-private/nautilus-global-preferences.h | |
parent | bad47e456d96ee8a68e30c9c300b552c7d7fa737 (diff) | |
download | nautilus-6b37d5721d63d29da00e6923695ddc43f5a63962.tar.gz |
Add a function for moving preference values (if they exist) from their old
2002-01-28 Seth Nickell <snickell@stanford.edu>
* libnautilus-private/nautilus-global-preferences.c:
(import_old_preferences_if_needed),
(nautilus_global_preferences_init):
Add a function for moving preference values (if they exist)
from their old location to their new location, if it
hasn't already been done.
* libnautilus-private/nautilus-global-preferences.h:
Change the location/name of THEME, SHOW_HIDDEN_FILES and
SHOW_BACKUP_FILES so other file viewers in GNOME can smoothly
access them.
Diffstat (limited to 'libnautilus-private/nautilus-global-preferences.h')
-rw-r--r-- | libnautilus-private/nautilus-global-preferences.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libnautilus-private/nautilus-global-preferences.h b/libnautilus-private/nautilus-global-preferences.h index 4ab18cf1c..0f531a135 100644 --- a/libnautilus-private/nautilus-global-preferences.h +++ b/libnautilus-private/nautilus-global-preferences.h @@ -31,7 +31,7 @@ G_BEGIN_DECLS /* Which theme is active */ -#define NAUTILUS_PREFERENCES_THEME "preferences/theme" +#define NAUTILUS_PREFERENCES_THEME "/desktop/gnome/file-views/icon_theme" /* How wide the sidebar is (or how wide it will be when expanded) */ #define NAUTILUS_PREFERENCES_SIDEBAR_WIDTH "preferences/sidebar_width" @@ -51,8 +51,8 @@ G_BEGIN_DECLS #define NAUTILUS_PREFERENCES_DESKTOP_IS_HOME_DIR "preferences/desktop_is_home_dir" /* Display */ -#define NAUTILUS_PREFERENCES_SHOW_HIDDEN_FILES "preferences/show_hidden_files" -#define NAUTILUS_PREFERENCES_SHOW_BACKUP_FILES "preferences/show_backup_files" +#define NAUTILUS_PREFERENCES_SHOW_HIDDEN_FILES "/desktop/gnome/file-views/show_hidden_files" +#define NAUTILUS_PREFERENCES_SHOW_BACKUP_FILES "/desktop/gnome/file-views/show_backup_files" #define NAUTILUS_PREFERENCES_SHOW_SPECIAL_FLAGS "preferences/show_special_flags" /* Sidebar panels */ |