Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-09-10 18:38:15 (GMT)
committer Nat <natcl@hotmail.com>2007-09-10 18:38:15 (GMT)
commit0ae0142165c092c8171a4e41abfb57c23f54bfcd (patch)
tree03f0e811fcbe8fe24f45f73cbd9330ce5fc7ae7c
parentb5d19eaeb6ea59cb6564d64d4519e788d0985d74 (diff)
Sound relocation, Spanish fix
-rw-r--r--Config.py3
-rw-r--r--TamTam.py3
2 files changed, 4 insertions, 2 deletions
diff --git a/Config.py b/Config.py
index 7b30cf9..7dd76dc 100644
--- a/Config.py
+++ b/Config.py
@@ -26,7 +26,8 @@ print 'INFO: loaded TAMTAM_ROOT=%s' % TAM_TAM_ROOT
#PATHS
-SOUNDS_DIR = TAM_TAM_ROOT + "/Resources/Sounds"
+SOUNDS_DIR = "/usr/share/activities/TamTamEdit.activity/Resources/Sounds"
+#SOUNDS_DIR = TAM_TAM_ROOT + "/Resources/Sounds"
FILES_DIR = TAM_TAM_ROOT + "/Resources"
TUNE_DIR='/'
SYNTH_DIR='/'
diff --git a/TamTam.py b/TamTam.py
index 9ae9c74..e282df9 100644
--- a/TamTam.py
+++ b/TamTam.py
@@ -1,4 +1,5 @@
-
+import locale
+locale.setlocale(locale.LC_NUMERIC, 'C')
import signal , time , sys , os, shutil
import pygtk
pygtk.require( '2.0' )