[gimp] app: fix x/y copy-paste confusion in last commit
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: fix x/y copy-paste confusion in last commit
- Date: Fri, 16 May 2014 01:19:09 +0000 (UTC)
commit 58b096e02eeccd474404249e07621086d5bff80a
Author: Michael Natterer <mitch gimp org>
Date: Fri May 16 03:17:08 2014 +0200
app: fix x/y copy-paste confusion in last commit
app/tools/gimpoperationtool.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpoperationtool.c b/app/tools/gimpoperationtool.c
index f58d568..e73689e 100644
--- a/app/tools/gimpoperationtool.c
+++ b/app/tools/gimpoperationtool.c
@@ -510,7 +510,7 @@ gimp_operation_tool_sync_op (GimpOperationTool *op_tool,
g_object_set (op_tool->config, pspec->name, bounds_width, NULL);
}
else if (HAS_KEY (pspec, "unit", "pixel-distance") &&
- HAS_KEY (pspec, "axis", "x"))
+ HAS_KEY (pspec, "axis", "y"))
{
g_object_set (op_tool->config, pspec->name, bounds_height, NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]