Copy namespaces correctly in g_file_copy_attributes
authorAlexander Larsson <alexl@redhat.com>
Tue, 23 Jun 2009 13:07:00 +0000 (15:07 +0200)
committerAlexander Larsson <alexl@redhat.com>
Tue, 23 Jun 2009 14:35:41 +0000 (16:35 +0200)
commitc1ab6454feb4447b8ef7ce6a0eb0fb38bae186df
tree63780351c6e7497267b495504d2e6a961fd015e1
parente9b4f7a3bcfefc266fc575e401f07a2a4c2ce8f6
Copy namespaces correctly in g_file_copy_attributes

File attribute namespaces are delimited with "::", but
build_attribute_list_for_copy only used ":", so we didn't copy
any writable namespaces.
gio/gfile.c