Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-02-20 21:54:51 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-02-20 21:54:51 (GMT)
commit5ea095b022e946ec1c720c2f657a69b5202c04e5 (patch)
tree0f7062a6fcbc8bc2bffd56fd98a63b17b59b4cf9 /tawindow.py
parent612c31e7b64dacc96e14aeec756e7f1443292ab1 (diff)
consolidating redundant svg files
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tawindow.py b/tawindow.py
index e3e553a..0c583be 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -47,7 +47,8 @@ from sugar.graphics.objectchooser import ObjectChooser
def twNew(win, path, lang, tboxh, parent=None):
tw = taWindow()
tw.window = win
- tw.path = os.path.join(path,'images',lang)
+ tw.path = os.path.join(path,'images')
+ tw.path_lang = os.path.join(path,'images',lang)
tw.load_save_folder = os.path.join(path,'samples',lang)
tw.save_folder = None
tw.save_file_name = None