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 a717089..f389275 100644
--- a/common/Util/LoopSettings.py
+++ b/common/Util/LoopSettings.py
@@ -136,7 +136,7 @@ class LoopSettings( gtk.VBox ):
self.show_all()
def handleCheck(self, widget):
- ofile = open(Config.PREF_DIR + "/sounds_settings", 'a')
+ ofile = open(Config.DATA_DIR + "/sounds_settings", 'a')
name = self.nameEntry.get_text()
if self.loopedSound:
tied = str(Config.INST_TIED)