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 622234 - gimp.desktop: image/x-psd in MimeTypes twice
gimp.desktop: image/x-psd in MimeTypes twice
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
2.6.8
Other All
: Normal trivial
: 2.6
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2010-06-20 21:32 UTC by Ari Pollak
Modified: 2010-06-20 21:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ari Pollak 2010-06-20 21:32:51 UTC
In configure.in, MIME_TYPES ends up containing image/x-psd twice if configured with zlib. This probably isn't that much of a problem, but it's probably not correct.
Comment 1 Michael Natterer 2010-06-20 21:56:52 UTC
Fixed in master and 2-6:

commit ed1cb47428398bcdec51e088afa142ee8711641a
Author: Michael Natterer <mitch@gimp.org>
Date:   Sun Jun 20 23:53:43 2010 +0200

    Bug 622234 - gimp.desktop: image/x-psd in MimeTypes twice
    
    Fix the typo: the second x-psd should be x-psp
    (cherry picked from commit d04051bcad1d57319f9c278be30f43ee41a73e78)

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)