summaryrefslogtreecommitdiff
path: root/src/nautilus-self-check-functions.c
diff options
context:
space:
mode:
authorMaciej Stachowiak <mstachow@src.gnome.org>2000-01-10 10:03:24 +0000
committerMaciej Stachowiak <mstachow@src.gnome.org>2000-01-10 10:03:24 +0000
commit9950e1f3bf3b1f4913138802a2d72286a39473a6 (patch)
tree91627d1ab3100b49571887831ec2c6d4f3e2e2b9 /src/nautilus-self-check-functions.c
parent873ec64531f4a329bf8da8fec3a2a1145c16c2ec (diff)
downloadnautilus-9950e1f3bf3b1f4913138802a2d72286a39473a6.tar.gz
Made file manager view a CORBA server that lives in a separate
executable: * src/file-manager/fm-main.c: New file which includes main() function and basic framework to make the file manager an executable CORBA server. * src/file-manager/ntl-file-manager.goad: gnorba activation file for the file manager. * src/file-manager/Makefile.am: Build ntl-file-manager as an executable rather than a library. Add fm-main.c to build. Install ntl-file-manager.goad. Link in appropriate libraries. * src/ntl-app.c: Remove nautilus_make_object() and other vestiges of the attempt to be a CORBA server for file manager view objects. * src/nautilus.gnorba: Removed. * nautilus-self-check-functions.c: Remove call to test of functions now in the separate ntl-file-manager executable. * src/Makefile.am: Don't try to link in file manager. Don't try to install nautilus.goad.
Diffstat (limited to 'src/nautilus-self-check-functions.c')
-rw-r--r--src/nautilus-self-check-functions.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nautilus-self-check-functions.c b/src/nautilus-self-check-functions.c
index 04fe6bcd4..14d8dffe1 100644
--- a/src/nautilus-self-check-functions.c
+++ b/src/nautilus-self-check-functions.c
@@ -33,7 +33,9 @@
void nautilus_run_self_checks()
{
+#if 0
nautilus_self_check_fm_directory();
+#endif
}
#endif /* ! NAUTILUS_OMIT_SELF_CHECK */