Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
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