1 --- gnome-vfs-2.21.90/programs/gnomevfs-info.c.orig 2008-02-07 09:30:17.904787000 +0100
2 +++ gnome-vfs-2.21.90/programs/gnomevfs-info.c 2008-02-07 09:36:38.887962000 +0100
3 @@ -79,16 +79,16 @@ show_acl (GnomeVFSACL *acl)
6 GnomeVFSACLPerm *perms;
14 ace = GNOME_VFS_ACE (iter->data);
16 kind = GNOME_VFS_ACL_KIND_NULL;
24 @@ -96,8 +96,8 @@ show_acl (GnomeVFSACL *acl)
27 "permissions", &perms,
28 - "negative", &negative,
29 - "inherit", &inherit,
31 + "inherance", &inherance,
34 kind_str = gnome_vfs_acl_kind_to_string (kind);
35 @@ -118,14 +118,8 @@ show_acl (GnomeVFSACL *acl)
39 - if (inherit || negative) {
40 - if (inherit && negative) {
41 - printf (" (negative, inherit)");
43 - printf (" (%s)", negative ? "negative" : "inherit");
47 + printf ("type: %s ", gnome_vfs_acl_type_to_string(type));
48 + printf ("inherance: %s", gnome_vfs_acl_inherance_to_string(inherance));