diff options
author | Darin Adler <darin@src.gnome.org> | 2001-02-21 17:28:55 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2001-02-21 17:28:55 +0000 |
commit | a6b2a6fd3fc1ac42bc2b0bef831d1478812b80ec (patch) | |
tree | be5540a9b0f67454b0c041d24f6dc7f7bbb79614 /omf-install | |
parent | 2010f8229f65b93ac8d5a96ede38ccc8be7e35fa (diff) | |
download | nautilus-a6b2a6fd3fc1ac42bc2b0bef831d1478812b80ec.tar.gz |
reviewed by: Pavel Cisler <pavel@eazel.com>
An attempt to fix the Tinderbox.
* user-guide/Makefile.am: Add C subdir.
Other changes.
* libnautilus-extensions/nautilus-file-utilities.c:
(nautilus_format_uri_for_display): Simplify to take advantage of
the new gnome_vfs_get_local_path_from_uri, which rejects paths
that have "#" characters in them.
(nautilus_self_check_file_utilities): Add more test cases for
host names that are case sensitive.
* omf-install/.cvsignore: Ignore generated files in this new
directory.
Diffstat (limited to 'omf-install')
-rw-r--r-- | omf-install/.cvsignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/omf-install/.cvsignore b/omf-install/.cvsignore new file mode 100644 index 000000000..55df22f7d --- /dev/null +++ b/omf-install/.cvsignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in +nautilus-C.omf |