summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-global-preferences.c
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2002-07-09 20:57:18 +0000
committerDamon Chaplin <damon@src.gnome.org>2002-07-09 20:57:18 +0000
commit03e6fa098d657bcdcd96216b694da0186fb8bcad (patch)
treeb4c07d41ef7dfc37ebae086fcf6deb4de06d099f /libnautilus-private/nautilus-global-preferences.c
parentd102eddded01e6f750de1e62433dbdf303701027 (diff)
downloadnautilus-03e6fa098d657bcdcd96216b694da0186fb8bcad.tar.gz
if WEB_NAVIGATION_ENABLED is not defined don't ever append the static
2002-07-09 Damon Chaplin <damon@ximian.com> * src/nautilus-window-menus.c (refresh_bookmarks_menu): if WEB_NAVIGATION_ENABLED is not defined don't ever append the static (system default) bookmarks. Since nautilus isn't a good web browser at present these make little sense. (append_static_bookmarks): (get_static_bookmarks_file_path): ifdeffed out unused functions. * src/file-manager/fm-desktop-icon-view.c (update_home_link_and_delete_copies): * src/nautilus-window.c (nautilus_window_go_home): * src/nautilus-window-manage-views.c (determined_initial_view_callback): use #ifdef WEB_NAVIGATION_ENABLED to determine whether we use the NAUTILUS_PREFERENCES_HOME_URI preference or just use the user's $HOME. WEB_NAVIGATION_ENABLED isn't defined for now. * src/nautilus-preferences-dialog.c: Lots of string changes. Hid the 'Navigation' pane. (global_preferences_populate_sidebar_panels_callback): just use the side pane name as the preference name, rather than 'Display %s tab in side pane'. (preferences_dialog_populate_themes_group): set the theme selector height to 300 so it fills its page a bit better. (Would be nicer if we could set an 'expand' option but that is more complicated.) * libnautilus-private/nautilus-global-preferences.c: change 'Local Files Only' to 'Local File Only'.
Diffstat (limited to 'libnautilus-private/nautilus-global-preferences.c')
-rw-r--r--libnautilus-private/nautilus-global-preferences.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnautilus-private/nautilus-global-preferences.c b/libnautilus-private/nautilus-global-preferences.c
index 8ebad6955..0854ec6ce 100644
--- a/libnautilus-private/nautilus-global-preferences.c
+++ b/libnautilus-private/nautilus-global-preferences.c
@@ -98,7 +98,7 @@ static PreferenceImportType OLD_PREFERENCES_TO_IMPORT[] = {
/* Enumerations used to qualify some INTEGER preferences */
static EelEnumerationEntry speed_tradeoff_enum_entries[] = {
{ "always", N_("_Always"), NAUTILUS_SPEED_TRADEOFF_ALWAYS },
- { "local_only", N_("_Local Files Only"), NAUTILUS_SPEED_TRADEOFF_LOCAL_ONLY },
+ { "local_only", N_("_Local File Only"), NAUTILUS_SPEED_TRADEOFF_LOCAL_ONLY },
{ "never", N_("_Never"), NAUTILUS_SPEED_TRADEOFF_NEVER },
{ NULL }
};