[gimp/soc-2010-cage-2] Bug 634315 - gimptextlayout.c: typo in assignment
- From: Michael Muré <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2010-cage-2] Bug 634315 - gimptextlayout.c: typo in assignment
- Date: Thu, 30 Dec 2010 18:12:16 +0000 (UTC)
commit 507da80bccc9d9935a81bc8648c8f7ac2cae693f
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]