[gimp/gimp-2-6] Bug 609056 - Exporting to Alias PIX format fails



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(-)
---
diff --git a/plug-ins/common/file-pix.c b/plug-ins/common/file-pix.c
index c3d8e73..055fc4d 100644
--- a/plug-ins/common/file-pix.c
+++ b/plug-ins/common/file-pix.c
@@ -219,7 +219,7 @@ run (const gchar      *name,
 	  status = GIMP_PDB_EXECUTION_ERROR;
 	}
     }
-  else if (strcmp (name, LOAD_PROC) == 0)
+  else if (strcmp (name, SAVE_PROC) == 0)
     {
       image_ID    = param[1].data.d_int32;
       drawable_ID = param[2].data.d_int32;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]