[gimp/cage: 95/130] app: move the cage tool after all other transform tools, not before them
- From: Michael Muré <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/cage: 95/130] app: move the cage tool after all other transform tools, not before them
- Date: Thu, 30 Dec 2010 17:55:58 +0000 (UTC)
commit c5cec3b9da1ab2f9cc7c495dde3205dab45817c1
Author: Michael Natterer <mitch gimp org>
Date: Sun Nov 28 13:16:35 2010 +0100
app: move the cage tool after all other transform tools, not before them
app/tools/gimp-tools.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimp-tools.c b/app/tools/gimp-tools.c
index 80e578b..8d38503 100644
--- a/app/tools/gimp-tools.c
+++ b/app/tools/gimp-tools.c
@@ -148,6 +148,7 @@ gimp_tools_init (Gimp *gimp)
/* transform tools */
+ gimp_cage_tool_register,
gimp_flip_tool_register,
gimp_perspective_tool_register,
gimp_shear_tool_register,
@@ -156,7 +157,6 @@ gimp_tools_init (Gimp *gimp)
gimp_crop_tool_register,
gimp_align_tool_register,
gimp_move_tool_register,
- gimp_cage_tool_register,
/* non-modifying tools */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]