GNOME Bugzilla – Bug 794470
Set additional file attributes in mtp backend
Last modified: 2018-03-20 03:14:52 UTC
Created attachment 369846 [details] [review] Set more attributes We could usefully set some additional file attributes in the mtp backend - particularly the symbolic icon and the file id.
Review of attachment 369846 [details] [review]: Thanks, looks ok apart from small nitpick... ::: daemon/gvfsbackendmtp.c @@ +1283,3 @@ + g_free (mount_id); + + g_file_info_set_attribute_string(info, G_FILE_ATTRIBUTE_ID_FILE, file_id); nitpick: missing space before opening parenthesis
Pushed as 93067f4f