Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taproject.py
diff options
context:
space:
mode:
authorU-BRIAN-X60\Brian Silverman <Brian Silverman@Brian-X60.(none)>2007-12-08 23:39:14 (GMT)
committer U-BRIAN-X60\Brian Silverman <Brian Silverman@Brian-X60.(none)>2007-12-08 23:39:14 (GMT)
commit68095338e340122c0c78793ed7cdaf2d0df4835e (patch)
treea911b095de0be440d97c4ca5efe589cbf0001428 /taproject.py
parenta705ec6401be821f25147470c668f5de2d273ef8 (diff)
Added Spanish blocks
Diffstat (limited to 'taproject.py')
-rwxr-xr-xtaproject.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/taproject.py b/taproject.py
index bd8d86c..384bae4 100755
--- a/taproject.py
+++ b/taproject.py
@@ -79,6 +79,7 @@ def load_pict(tw,fname):
tw.turtle.canvas.image.draw_pixbuf(tw.turtle.gc, pict, 0, 0, 0, 0)
def save_file(tw):
+ if tw.save_folder != None: tw.load_save_folder = tw.save_folder
fname = get_save_name(tw)
if fname==None: return
if fname[-3:]=='.ta': fname=fname[0:-3]