[gimp] app: use the right aspect and angle actions for GimpBrushTool



commit 6e726f248ff39b8fa3b1947728b0df5fe352f635
Author: Michael Natterer <mitch gimp org>
Date:   Sat Apr 19 19:53:40 2014 +0200

    app: use the right aspect and angle actions for GimpBrushTool

 app/tools/gimpbrushtool.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/app/tools/gimpbrushtool.c b/app/tools/gimpbrushtool.c
index f963b87..bda2e09 100644
--- a/app/tools/gimpbrushtool.c
+++ b/app/tools/gimpbrushtool.c
@@ -101,12 +101,12 @@ gimp_brush_tool_init (GimpBrushTool *brush_tool)
 {
   GimpTool *tool = GIMP_TOOL (brush_tool);
 
-  gimp_tool_control_set_action_value_2 (tool->control,
-                                        "tools/tools-paint-brush-size-set");
+  gimp_tool_control_set_action_value_2  (tool->control,
+                                         "tools/tools-paint-brush-size-set");
   gimp_tool_control_set_action_value_3  (tool->control,
-                                         "context/context-brush-aspect-set");
+                                         "tools/tools-paint-brush-aspect-ratio-set");
   gimp_tool_control_set_action_value_4  (tool->control,
-                                         "context/context-brush-angle-set");
+                                         "tools/tools-paint-brush-angle-set");
   gimp_tool_control_set_action_object_1 (tool->control,
                                          "context/context-brush-select-set");
 }


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