From 373eac40559c30458ee70a3c855bab0910dafc9a Mon Sep 17 00:00:00 2001 From: bulia byak Date: Fri, 19 Jan 2007 20:43:54 +0000 Subject: rename wave to ribbon (bzr r2244) --- share/extensions/pathalongpath.inx | 2 +- share/extensions/pathalongpath.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/extensions/pathalongpath.inx b/share/extensions/pathalongpath.inx index 303427a82..f7e728f0d 100644 --- a/share/extensions/pathalongpath.inx +++ b/share/extensions/pathalongpath.inx @@ -15,7 +15,7 @@ Snake - Wave + Ribbon 0.0 diff --git a/share/extensions/pathalongpath.py b/share/extensions/pathalongpath.py index 598f3c817..ba4534b13 100644 --- a/share/extensions/pathalongpath.py +++ b/share/extensions/pathalongpath.py @@ -186,7 +186,7 @@ class PathAlongPath(pathmodifier.Diffeo): def effect(self): self.prepareSelectionList() - self.options.wave = (self.options.kind=="Wave") + self.options.wave = (self.options.kind=="Ribbon") if self.options.copymode=="Single": self.options.repeat =False self.options.stretch=False -- cgit v1.2.3