You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/gnome-base/gnome-vfs/files/gnome-vfs-2.12.0-afs.patch

13 lines
663 B

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 },