Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleblocks.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-12-03 18:21:03 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-12-03 18:21:03 (GMT)
commit42cc790d3491549bbb95ec48f06f500c6a378108 (patch)
tree9b2f4375f9275cece7e5d56ed7a60f8a4e97c500 /turtleblocks.py
parent3eb32aa6c17543f59d4d90d7194f8278a4954bef (diff)
set loadsave path for loading plugins to execution dir
Diffstat (limited to 'turtleblocks.py')
-rwxr-xr-xturtleblocks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/turtleblocks.py b/turtleblocks.py
index a87cd0b..2ac7a74 100755
--- a/turtleblocks.py
+++ b/turtleblocks.py
@@ -575,6 +575,7 @@ Would you like to save before quitting?'))
self.tw.load_file_from_chooser(False)
def _do_load_plugin_cb(self, widget):
+ self.tw.load_save_folder = self._get_execution_dir()
file_path, loaddir = get_load_name('.tar.gz', self.tw.load_save_folder)
if file_path is None:
return