diff options
author | Mike Gardiner <obz@gentoo.org> | 2005-09-18 04:45:38 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2005-09-18 04:45:38 +0000 |
commit | 608b7b142692714c019df68c4b5048bb4a8a28f2 (patch) | |
tree | 0eefcbd4ebf6a9bd49a6a69e3cbcdf7116472e31 /gnome-base/gnome-vfs/files | |
parent | Added ~sparc keyword. (diff) | |
download | gentoo-2-608b7b142692714c019df68c4b5048bb4a8a28f2.tar.gz gentoo-2-608b7b142692714c019df68c4b5048bb4a8a28f2.tar.bz2 gentoo-2-608b7b142692714c019df68c4b5048bb4a8a28f2.zip |
Added a patch to enable the Trash on afs, see bug #106118 and the linked upstream bug for more.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'gnome-base/gnome-vfs/files')
-rw-r--r-- | gnome-base/gnome-vfs/files/gnome-vfs-2.12.0-afs.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnome-base/gnome-vfs/files/gnome-vfs-2.12.0-afs.patch b/gnome-base/gnome-vfs/files/gnome-vfs-2.12.0-afs.patch new file mode 100644 index 000000000000..cdc88c24b6a3 --- /dev/null +++ b/gnome-base/gnome-vfs/files/gnome-vfs-2.12.0-afs.patch @@ -0,0 +1,12 @@ +diff -ur gnome-vfs-2.12.0/libgnomevfs/gnome-vfs-filesystem-type.c gnome-vfs-2.12.0-patched/libgnomevfs/gnome-vfs-filesystem-type.c +--- gnome-vfs-2.12.0/libgnomevfs/gnome-vfs-filesystem-type.c 2005-08-23 01:34:36.000000000 +0800 ++++ gnome-vfs-2.12.0-patched/libgnomevfs/gnome-vfs-filesystem-type.c 2005-09-18 20:30:47.000000000 +0800 +@@ -35,7 +35,7 @@ + + static struct FSInfo fs_data[] = { + { "affs" , N_("AFFS Volume"), 0}, +- { "afs" , N_("AFS Network Volume"), 0 }, ++ { "afs" , N_("AFS Network Volume"), 1 }, + { "auto" , N_("Auto-detected Volume"), 0 }, + { "cd9660" , N_("CD-ROM Drive"), 0 }, + { "cdda" , N_("CD Digital Audio"), 0 }, |