[gimp/soc-2011-seamless-clone2: 7/10] Quick-Fix to the previous commit - return the right value on key press



commit 70dfedab8f0d2c97bd4def1c50ecde627e19be3e
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]