[gimp/soc-2009-siox-drb] threshold double/float?



commit bd0a6950a3e951f5f6e45f2472d14bb5bad44bdf
Author: Jie Ding <jieding src gnome org>
Date:   Wed Jul 1 16:13:57 2009 +0800

    threshold double/float?

 app/tools/gimpforegroundselectoptions.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/tools/gimpforegroundselectoptions.c b/app/tools/gimpforegroundselectoptions.c
index cd3e82b..51e7371 100644
--- a/app/tools/gimpforegroundselectoptions.c
+++ b/app/tools/gimpforegroundselectoptions.c
@@ -188,7 +188,7 @@ gimp_foreground_select_options_set_property (GObject      *object,
       break;
 
     case PROP_THRESHOLD://(new)
-      options->threshold = g_value_get_gouble (value);//(new)
+      options->threshold = g_value_get_double (value);//(new)
       break;//(new)		
 
     case PROP_MASK_COLOR:
@@ -252,7 +252,7 @@ gimp_foreground_select_options_get_property (GObject    *object,
       break;
 
     case PROP_THRESHOLD://(new)//(should be float )
-      g_value_set_gouble (value, options->threshold);//(new)
+      g_value_set_double (value, options->threshold);//(new)
       break;//(new)
 			
     case PROP_MASK_COLOR:



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