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-03-19 21:30:30 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-03-19 21:30:30 (GMT)
commit3e480dd17927aaf4bc1017e12303cdc2593cdffd (patch)
tree14614484a0607437e20cd152eb62fc5f36217631 /tawindow.py
parent86101e1d9897d18af0dfbe5168a8b8ee2bf81286 (diff)
adding "pippy-programmable" blockv44
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tawindow.py b/tawindow.py
index 0c583be..d90bc1f 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -86,6 +86,7 @@ def twNew(win, path, lang, tboxh, parent=None):
tw.selected_block = None
tw.draggroup = None
prep_selectors(tw)
+ tw.myblock = None
tw.loaded = 0
for s in selectors:
setup_selectors(tw,s)