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 585237 - use gfile everywhere
use gfile everywhere
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-09 11:57 UTC by Michael Chudobiak
Modified: 2009-09-10 20:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Chudobiak 2009-06-09 11:57:20 UTC
The comment functions mostly take URI arguments currently. They should migrate to gfiles.

path_lists should be converted to lists of gfiles (or FileDatas, which contain a gfile).

Basically, we should grep and remove every instance of fd->utf8_path, where possible.

- Mike
Comment 1 Michael Chudobiak 2009-06-09 12:55:02 UTC
The monitor functions also need to be gfile'd.

- Mike
Comment 2 Michael Chudobiak 2009-09-10 20:12:30 UTC
Fixed in ext branch.