Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util
diff options
context:
space:
mode:
authorOli <olivier.belanger@umontreal.ca>2007-07-21 07:07:59 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-07-21 07:07:59 (GMT)
commit624b4087c81952bbf1d9afe0b05cd7114a421d69 (patch)
tree5be6f82d70e7b2f3c97409f664fb78a94b58c611 /Util
parent158a6f813365268387c4646fc45270c1aa207687 (diff)
loop settings fix
Diffstat (limited to 'Util')
-rw-r--r--Util/LoopSettings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/LoopSettings.py b/Util/LoopSettings.py
index 01db5d6..7416544 100644
--- a/Util/LoopSettings.py
+++ b/Util/LoopSettings.py
@@ -157,7 +157,7 @@ class LoopSettings( gtk.VBox ):
def set_name(self, name):
self.oldName = name
- self.nameEntry.set_text(name)
+ self.nameEntry.set_text('_' + name)
def set_values(self, soundLength):
self.soundLength = soundLength