GNOME Bugzilla – Bug 585849
todo: check get_uri functions
Last modified: 2009-06-16 09:25:02 UTC
The ONLY place where we should use URIs is when encoding and naming shared thumbnails. Everything else should use the parse names, or better yet, the gfile directly. We need to check every instance of g_file_get_uri and gfile_get_uri. They probably need to be replaced with g_file_get_parse_name. - Mike
Fixed in trunk.