Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Config.py
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-09-20 17:12:52 (GMT)
committer Nat <natcl@hotmail.com>2007-09-20 17:12:52 (GMT)
commit45a7623b4d6c40f08ce4121e4a5a79459f4fa47d (patch)
tree6ac91b494b26e1e031b1176a312cdde93a112be3 /common/Config.py
parentac1ac22ce89a6bd75be16d1abeefbaba5632a08f (diff)
Removed sounds, now in projects/tamtam-library
Diffstat (limited to 'common/Config.py')
-rw-r--r--common/Config.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/common/Config.py b/common/Config.py
index 8a8e5ea..d907f73 100644
--- a/common/Config.py
+++ b/common/Config.py
@@ -24,10 +24,7 @@ print 'INFO: loaded TAMTAM_ROOT=%s' % TAM_TAM_ROOT
#PATHS
-if os.path.isdir('/usr/share/activities/TamTamEdit.activity/Resources/Sounds'):
- SOUNDS_DIR = "/usr/share/activities/TamTamEdit.activity/Resources/Sounds"
-else:
- SOUNDS_DIR = TAM_TAM_ROOT + "/common/Resources/Sounds"
+SOUNDS_DIR = TAM_TAM_ROOT + "/usr/share/tamtam/Sounds"
FILES_DIR = TAM_TAM_ROOT + "/common/Resources"
TUNE_DIR='/'
SYNTH_DIR='/'
@@ -380,7 +377,7 @@ UNLOAD_TABLES_COMMAND = \
#################
LANGUAGE = 'En'
-IMAGE_ROOT = TAM_TAM_ROOT + '/common/Resources/Images/'
+IMAGE_ROOT = TAM_TAM_ROOT + '/usr/share/tamtam/Images/'
MAIN_WINDOW_PADDING = 5
BG_COLOR = '#404040'