[gimp] Bug 634315 - gimptextlayout.c: typo in assignment



commit 77a5999f13beb151e98af67926a5a63e3eb7007f
Author: Michael Natterer <mitch gimp org>
Date:   Thu Nov 25 00:04:41 2010 +0100

    Bug 634315 - gimptextlayout.c: typo in assignment

 app/text/gimptextlayout.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/text/gimptextlayout.c b/app/text/gimptextlayout.c
index 38faf72..d35ada4 100644
--- a/app/text/gimptextlayout.c
+++ b/app/text/gimptextlayout.c
@@ -572,7 +572,7 @@ gimp_text_layout_position (GimpTextLayout *layout)
   gint            x2, y2;
 
   layout->extents.x      = 0;
-  layout->extents.x      = 0;
+  layout->extents.y      = 0;
   layout->extents.width  = 0;
   layout->extents.height = 0;
 



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