summaryrefslogtreecommitdiff
path: root/libnautilus-private/Makefile.am
diff options
context:
space:
mode:
authorRebecca Schulman <rebecka@eazel.com>2001-02-20 03:29:18 +0000
committerRebecca Schulman <rebecka@src.gnome.org>2001-02-20 03:29:18 +0000
commit5510539d69fb21f656e79798aecf24992259014d (patch)
tree9a89fff32134e69dc78906df604a0b88572fde9d /libnautilus-private/Makefile.am
parent19f5c02f750177827d4aff1c8fd950db33c8d1bb (diff)
downloadnautilus-5510539d69fb21f656e79798aecf24992259014d.tar.gz
Fix bugzilla.eazel.com 6414 to add prefence to nautilus to enable/disable
2001-02-20 Rebecca Schulman <rebecka@eazel.com> Fix bugzilla.eazel.com 6414 to add prefence to nautilus to enable/disable medusa * libnautilus-extensions/nautilus-global-preferences.h: * libnautilus-extensions/nautilus-global-preferences.c: (global_preferences_install_descriptions), (global_preferences_install_defaults), (global_preferences_install_visibility), (global_preferences_create_dialog): Add the fast search preference pane, visibility level, change SEARCH_METHOD -> BACKUP_SEARCH * libnautilus-extensions/nautilus-system-preferences.c: * libnautilus-extensions/nautilus-system-preferences.h: * libnautilus-extensions/Makefile.am: (nautilus_is_system_preference), (nautilus_system_preference_get_boolean), (nautilus_system_preference_set_boolean): Add setters and getters for system preferences that are not managed by gconf. The current set and get functions turn on and off medusa services * libnautilus-extensions/nautilus-preferences.c: (nautilus_preferences_set_boolean), (nautilus_preferences_get_boolean): Use the new system preference setters and getters instead of the standard ones if the preference is not managed by gconf * src/file-manager/fm-search-list-view.c: (load_location_callback), (display_system_services_are_blocked_dialog): * src/nautilus-complex-search-bar.c: (nautilus_complex_search_bar_get_location): change SEARCH_METHOD -> BACKUP_SEARCH
Diffstat (limited to 'libnautilus-private/Makefile.am')
-rw-r--r--libnautilus-private/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnautilus-private/Makefile.am b/libnautilus-private/Makefile.am
index 771e2bf72..f665064fd 100644
--- a/libnautilus-private/Makefile.am
+++ b/libnautilus-private/Makefile.am
@@ -145,6 +145,7 @@ libnautilus_extensions_la_SOURCES = \
nautilus-string-map.c \
nautilus-string-picker.c \
nautilus-string.c \
+ nautilus-system-preferences.c \
nautilus-tabs.c \
nautilus-text-caption.c \
nautilus-text-layout.c \
@@ -266,6 +267,7 @@ noinst_HEADERS = \
nautilus-string-map.h \
nautilus-string-picker.h \
nautilus-string.h \
+ nautilus-system-preferences.h \
nautilus-tabs.h \
nautilus-text-caption.h \
nautilus-text-layout.h \