Fix translation from GIO's file attr to xattr attributes
authorJohan Bilien <jobi@litl.com>
Wed, 22 Apr 2009 18:09:34 +0000 (19:09 +0100)
committerJohan Bilien <jobi@litl.com>
Wed, 22 Apr 2009 18:09:34 +0000 (19:09 +0100)
commit491a036d8480f4d710ef601a27a57b559b0a46d7
tree2be8780f6e0c4d748a4edd016c1522907c7ee274
parenta9c33dbd7aeeb715677d619cbddc0d621872cc43
Fix translation from GIO's file attr to xattr attributes

Bug 579862 – requesting xattr::foo ends up calling getxattr(...,
user.:foo,...)

The patch makes sure we escape xattr::, not xattr:, before adding user.
and calling getxattr.
gio/glocalfileinfo.c