GNOME Bugzilla – Bug 622234
gimp.desktop: image/x-psd in MimeTypes twice
Last modified: 2010-06-20 21:56:52 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.
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(-)