GNOME Bugzilla – Bug 721798
Use proper function to remove ( unset ) metadata attributes
Last modified: 2014-01-08 18:16:07 UTC
Some code use null instead of a string so Gio complain : GLib-GIO-CRITICAL **: _g_file_attribute_value_get_string: assertion 'attr->type == G_FILE_ATTRIBUTE_TYPE_STRING' failed In fact, in code, the attribute is set to G_FILE_ATTRIBUTE_TYPE_INVALID instead of being removed.
Created attachment 265719 [details] [review] Use proper function to remove ( unset ) metadata attributes
The commit is pushed, thanks.