summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorRebecca Schulman <rebecka@eazel.com>2001-03-06 00:12:57 +0000
committerRebecca Schulman <rebecka@src.gnome.org>2001-03-06 00:12:57 +0000
commit87d6d540f8abab008b1258f9e2e2e7125b77bb3d (patch)
treee6422f588589732f7311915fd9490d87fa8b2a8b /acconfig.h
parent27595df3f8eee96513a422f757e8dafbc116190b (diff)
downloadnautilus-87d6d540f8abab008b1258f9e2e2e7125b77bb3d.tar.gz
Complete most of bug 5520, that turning medusa on when cron isn't running
2001-03-03 Rebecca Schulman <rebecka@eazel.com> Complete most of bug 5520, that turning medusa on when cron isn't running should tell the user this, and, if possible, how to start cron. reviewed by: Mike Engber <engber@eazel.com> * libnautilus-extensions/nautilus-global-preferences.c: (global_preferences_use_fast_search_changed_callback): Add dialog that comes up if the fast search preference is enabled in the preference dialog when cron is off. The dialog will tell the user about cron and how to turn it on on linux systems. * libnautilus-extensions/nautilus-medusa-support.c: (nautilus_medusa_add_system_state_changed_callback), (nautilus_medusa_check_cron_is_enabled): * libnautilus-extensions/nautilus-medusa-support.h: Add hack to check if cron is actually running using cron. * acconfig.h: * configure.in: Add HAVE_PROC_PROCESS_FILES, so we know whether we can check proc files for whether cron is running * src/nautilus-first-time-druid.c: (back_update_page_callback), (set_up_medusa_page), (next_medusa_page_callback), (set_up_cron_information_page), (nautilus_first_time_druid_show): Add cron interface to the first time druid that tells users how to turn on cron if necessary, as per Arlo's design. Final text still needs to be added here. * libnautilus-extensions/nautilus-mime-actions.c: (application_can_handle_uri), (nautilus_mime_has_any_applications_for_file), (nautilus_mime_has_any_applications_for_file_type): * libnautilus-extensions/nautilus-mime-actions.h: * libnautilus-extensions/nautilus-program-choosing.c: (choose_application_callback), (application_cannot_open_location): Old change that never got committed, reviewed by Darin Adler <darin@eazel.com>
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 17cc4a868..843200bf1 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -29,3 +29,4 @@
#undef HAVE_VOL
#undef HAVE_ETC_MNTTAB
#undef HAVE_PROC_MOUNTS
+#undef HAVE_PROC_PROCESS_FILES