GNOME Bugzilla – Bug 701714
Don't send a SoupMessage if we only want the thumbnail path
Last modified: 2013-06-06 14:54:02 UTC
The value of G_FILE_ATTRIBUTE_THUMBNAIL_PATH is calculated by g_vfs_backend_add_auto_info which does not involve the network. So, if the thumbnail path is all that has been asked for, there is no need to send a SoupMessage. Not only is it a minor optimization, but it would also be nice to be able to read G_FILE_ATTRIBUTE_THUMBNAIL_PATH in the absence of a network. eg., in Documents and Photos we want to show the thumbnails of content on Google Documents, Flickr, etc.. and it would be nice to have the thumbnail path without a network because the thumbnail might already have been cached locally.
Created attachment 246150 [details] [review] http: Don't send a SoupMessage if we only want the thumbnail path
Review of attachment 246150 [details] [review]: It looks good.
Thanks for the review. Pushed to both master and gnome-3-8.