[gimp] app: Fix a typo in an unused function
- From: Mikael Magnusson <mikachu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: Fix a typo in an unused function
- Date: Thu, 5 Sep 2013 11:20:35 +0000 (UTC)
commit a9eb0c5120487184a304286741f67181f152c0db
Author: Mikael Magnusson <mikachu src gnome org>
Date: Thu Sep 5 13:20:03 2013 +0200
app: Fix a typo in an unused function
Found by wt on irc.
app/display/gimpdisplayshell-transform.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/display/gimpdisplayshell-transform.c b/app/display/gimpdisplayshell-transform.c
index 28d063d..b9377cd 100644
--- a/app/display/gimpdisplayshell-transform.c
+++ b/app/display/gimpdisplayshell-transform.c
@@ -282,7 +282,7 @@ gimp_display_shell_rotate_coords (const GimpDisplayShell *shell,
g_return_if_fail (unrotated_coords != NULL);
g_return_if_fail (rotated_coords != NULL);
- *rotated_coords = *rotated_coords;
+ *rotated_coords = *unrotated_coords;
if (shell->rotate_transform)
cairo_matrix_transform_point (shell->rotate_transform,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]