[gimp/soc-2009-dynamics] Fixing some temp build stuff
- From: Alexia Death <alexiade src gnome org>
- To: svn-commits-list gnome org
- Subject: [gimp/soc-2009-dynamics] Fixing some temp build stuff
- Date: Wed, 22 Jul 2009 17:55:55 +0000 (UTC)
commit a8a724615e84f1444f9db919b449f84bc8ff769d
Author: Alexia Death <alexiadeath gmail com>
Date: Wed Jul 22 20:35:33 2009 +0300
Fixing some temp build stuff
app/paint/gimpairbrushoptions.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/paint/gimpairbrushoptions.c b/app/paint/gimpairbrushoptions.c
index ec7ed8b..f986f48 100644
--- a/app/paint/gimpairbrushoptions.c
+++ b/app/paint/gimpairbrushoptions.c
@@ -72,7 +72,7 @@ gimp_airbrush_options_class_init (GimpAirbrushOptionsClass *klass)
GIMP_PARAM_STATIC_STRINGS);
/* override velocity-size because its unnatural as a default for airbrush */
- GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_VELOCITY_SIZE,
+/* GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_VELOCITY_SIZE,
"velocity-size", NULL,
FALSE,
GIMP_PARAM_STATIC_STRINGS);
@@ -80,10 +80,10 @@ gimp_airbrush_options_class_init (GimpAirbrushOptionsClass *klass)
/* override velocity-hardness to default to a true,
* because that is natural for airbrush
*/
- GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_VELOCITY_HARDNESS,
+ /* GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_VELOCITY_HARDNESS,
"velocity-hardness", NULL,
TRUE,
- GIMP_PARAM_STATIC_STRINGS);
+ GIMP_PARAM_STATIC_STRINGS);*/
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]