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 586858 - file save as is broken in trunk
file save as is broken in trunk
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-24 15:51 UTC by Michael Chudobiak
Modified: 2009-06-24 18:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Chudobiak 2009-06-24 15:51:44 UTC
In libgthumb/dlg-save-image.c, a null mime type is reported when using the automatic (determine by extension) mode, because the gfile/filedata functions do not currently report a mime-type for a not-yet-saved file.

get_file_mime_type has content-type guessing based on extensions, gfile_get_mime_type does not.

- Mike
Comment 1 Michael Chudobiak 2009-06-24 18:29:16 UTC
Fixed now.