Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 57756 | Differences between
and this patch

Collapse All | Expand All

(-)gnome-vfs-2.7.92.orig/libgnomevfs/gnome-vfs-filesystem-type.c (+1 lines)
Lines 61-66 Link Here
61
	{ "nwfs"     , N_("Netware Volume"), 0 },
61
	{ "nwfs"     , N_("Netware Volume"), 0 },
62
	{ "proc"     , N_("System Volume"), 0 },
62
	{ "proc"     , N_("System Volume"), 0 },
63
	{ "procfs"   , N_("System Volume"), 0 },
63
	{ "procfs"   , N_("System Volume"), 0 },
64
	{ "reiser4"  , N_("Reiser4 Linux Volume"), 1 },
64
	{ "reiserfs" , N_("ReiserFS Linux Volume"), 1 },
65
	{ "reiserfs" , N_("ReiserFS Linux Volume"), 1 },
65
	{ "smbfs"    , N_("Windows Shared Volume"), 1 },
66
	{ "smbfs"    , N_("Windows Shared Volume"), 1 },
66
	{ "supermount",N_("SuperMount Volume"), 0 },
67
	{ "supermount",N_("SuperMount Volume"), 0 },
(-)gnome-vfs-2.7.92.orig/libgnomevfs/gnome-vfs-hal-mounts.c (-1 / +2 lines)
Lines 693-699 Link Here
693
				       strcmp (vol->fstype, "ext3") == 0 ||
693
				       strcmp (vol->fstype, "ext3") == 0 ||
694
				       strcmp (vol->fstype, "jfs") == 0 ||
694
				       strcmp (vol->fstype, "jfs") == 0 ||
695
				       strcmp (vol->fstype, "xfs") == 0 ||
695
				       strcmp (vol->fstype, "xfs") == 0 ||
696
				       strcmp (vol->fstype, "reiser") == 0) {
696
				       strcmp (vol->fstype, "reiser") == 0 ||
697
				       strcmp (vol->fstype, "reiser4") == 0) {
697
				    name = g_strdup (_("Linux Disk"));
698
				    name = g_strdup (_("Linux Disk"));
698
			    }
699
			    }
699
		}
700
		}

Return to bug 57756