[gimp] Quick-Fix to the previous commit - return the right value on key press



commit 35255505fd8231ec9e6b4e1d138ccc8c7ce6af80
Author: Barak Itkin <lightningismyname gmail com>
Date:   Mon Aug 15 13:23:25 2011 +0300

    Quick-Fix to the previous commit - return the right value on key press

 app/tools/gimpseamlessclonetool.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpseamlessclonetool.c b/app/tools/gimpseamlessclonetool.c
index e88b204..b25f92b 100644
--- a/app/tools/gimpseamlessclonetool.c
+++ b/app/tools/gimpseamlessclonetool.c
@@ -596,7 +596,7 @@ gimp_seamless_clone_tool_key_press (GimpTool    *tool,
         }
     }
 
-  return FALSE;
+  return retval;
 }
 
 static void


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