Author: Carlos Lopez <genet...@gmail.com>
Date:   Wed Aug 17 18:38:04 2011 +0200

Typo

---

 .../src/modules/mod_geometry/advanced_outline.cpp  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/synfig-core/src/modules/mod_geometry/advanced_outline.cpp 
b/synfig-core/src/modules/mod_geometry/advanced_outline.cpp
index b246953..4cd9df9 100644
--- a/synfig-core/src/modules/mod_geometry/advanced_outline.cpp
+++ b/synfig-core/src/modules/mod_geometry/advanced_outline.cpp
@@ -827,7 +827,7 @@ Advanced_Outline::set_param(const String & param, const 
ValueBase &value)
                if(value > 1.0) smoothness_=1.0;
                else if(value < 0.0) smoothness_=0.0;
                else smoothness_=value;
-               set_param_static("homogeneous", value.get_static());
+               set_param_static("smoothness", value.get_static());
                return true;
        }
        if(param=="wplist" && value.get_type()==ValueBase::TYPE_LIST)


------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to