Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Util/LoopSettings.py
diff options
context:
space:
mode:
Diffstat (limited to 'common/Util/LoopSettings.py')
-rw-r--r--common/Util/LoopSettings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Util/LoopSettings.py b/common/Util/LoopSettings.py
index f389275..d672050 100644
--- a/common/Util/LoopSettings.py
+++ b/common/Util/LoopSettings.py
@@ -152,7 +152,7 @@ class LoopSettings( gtk.VBox ):
ofile.write(name + ' ' + tied + ' ' + register + ' ' + melo + ' ' + category + ' ' + start + ' ' + end + ' ' + dur + '\n')
ofile.close()
- (s,o) = commands.getstatusoutput('cp ' + Config.SNDS_DIR + '/' + self.oldName + ' ' + Config.SNDS_DIR + '/' + name)
+ (s,o) = commands.getstatusoutput('cp ' + Config.DATA_DIR + '/' + self.oldName + ' ' + Config.DATA_DIR + '/' + name)
self.doneLoopSettingsPopup()
def set_name(self, name):