[gimp] app: convolution-matrix' matrix was flipped



commit 31e07a13d185bc8348063ee4e9bd06e5101150cc
Author: Michael Natterer <mitch gimp org>
Date:   Thu May 29 00:43:44 2014 +0200

    app: convolution-matrix' matrix was flipped

 app/widgets/gimppropgui-constructors.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/widgets/gimppropgui-constructors.c b/app/widgets/gimppropgui-constructors.c
index 9910294..4810a75 100644
--- a/app/widgets/gimppropgui-constructors.c
+++ b/app/widgets/gimppropgui-constructors.c
@@ -385,8 +385,8 @@ _gimp_prop_gui_new_convolution_matrix (GObject              *config,
           GtkWidget *spin;
           gchar      prop_name[3] = { 0, };
 
-          prop_name[0] = "abcde"[y];
-          prop_name[1] = "12345"[x];
+          prop_name[0] = "abcde"[x];
+          prop_name[1] = "12345"[y];
 
           spin = gimp_prop_spin_button_new (config, prop_name,
                                             1.0, 10.0, 2);


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