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 609056 - Exporting to Alias PIX format fails
Exporting to Alias PIX format fails
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.6.8
Other All
: Normal normal
: 2.6
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2010-02-05 10:02 UTC by saulgoode
Modified: 2010-02-10 11:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix for PIX file export plug-in (445 bytes, text/plain)
2010-02-05 10:02 UTC, saulgoode
Details

Description saulgoode 2010-02-05 10:02:02 UTC
Created attachment 153067 [details]
Fix for PIX file export plug-in

Attempting to save an image to the Alias|Wavefront pix/matte file format always fails.

This seems to be owing to a simple typographical error that occurred sometime between GIMP versions 2.2 and 2.4, and results in improper detection of when the 'file-pix.c' plug-in should be saving the file (i.e., the LOAD_PROC string constant is being used instead of SAVE_PROC).

Patch attached.
Comment 1 Michael Natterer 2010-02-05 10:49:40 UTC
Thanks, you patch is obviously correct.
Comment 2 Michael Natterer 2010-02-10 11:54:15 UTC
Fixed in master and 2-6:

commit 02c395597d6eaa696a17bfe5f3e9b2f7aa7b893d
Author: Michael Natterer <mitch@gimp.org>
Date:   Wed Feb 10 12:51:46 2010 +0100

    Bug 609056 - Exporting to Alias PIX format fails
    
    Apply patch from Saul Goode which fixes a typo that made exporting to
    PIX impossible.
    (cherry picked from commit 034bd0427f17a8a8f594f6901e837a13fc231331)

 plug-ins/common/file-pix.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)