[gimp] app: Fix the order of arguments to gimp_progress_start



commit a1a5bba022658bf14589a3881c76a14c2dca2ac5
Author: Michael Henning <drawoc darkrefraction com>
Date:   Tue Jul 22 13:33:18 2014 -0400

    app: Fix the order of arguments to gimp_progress_start
    
    See a6601d563bdd04291aefebd5c3bb28696cab8284

 app/tools/gimpblendtool.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/tools/gimpblendtool.c b/app/tools/gimpblendtool.c
index 426f6bf..da3b8f5 100644
--- a/app/tools/gimpblendtool.c
+++ b/app/tools/gimpblendtool.c
@@ -785,8 +785,8 @@ gimp_blend_tool_commit (GimpBlendTool *blend_tool)
       gint          off_x;
       gint          off_y;
 
-      progress = gimp_progress_start (GIMP_PROGRESS (tool),
-                                      _("Blending"), FALSE);
+      progress = gimp_progress_start (GIMP_PROGRESS (tool), FALSE,
+                                      _("Blending"));
 
       gimp_item_get_offset (GIMP_ITEM (drawable), &off_x, &off_y);
 


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