Module: synfig/synfig Branch: genete_width_outline Commit: 711433abeaca241475d4479e904c30dabb0800b6 URL: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=711433abeaca241475d4479e904c30dabb0800b6
Author: Carlos Lopez <genet...@gmail.com> Date: Fri Jan 14 15:26:54 2011 +0100 Fix wrong index when setting parameter --- .../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 6ee39cd..f78dd58 100644 --- a/synfig-core/src/modules/mod_geometry/advanced_outline.cpp +++ b/synfig-core/src/modules/mod_geometry/advanced_outline.cpp @@ -352,7 +352,7 @@ Advanced_Outline::set_param(const String & param, const ValueBase &value) return true; } IMPORT_AS(round_tip_[0],"round_tip[0]"); - IMPORT_AS(round_tip_[1], "round_tip[0]"); + IMPORT_AS(round_tip_[1], "round_tip[1]"); IMPORT_AS(sharp_cusps_, "sharp_cusps"); if( param=="width" && value.get_type()==ValueBase::get_type(Real()) ) { ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Synfig-devl mailing list Synfig-devl@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synfig-devl