1
2
3
4
5
6
7
8
9
10
11
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 },
|