After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 585849 - todo: check get_uri functions
todo: check get_uri functions
Status: RESOLVED FIXED
Product: gthumb
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks: 583464
 
 
Reported: 2009-06-15 13:28 UTC by Michael Chudobiak
Modified: 2009-06-16 09:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Chudobiak 2009-06-15 13:28:25 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
Comment 1 Michael Chudobiak 2009-06-16 09:25:02 UTC
Fixed in trunk.