Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tapalette.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-03-14 01:54:12 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-03-14 01:54:12 (GMT)
commitbde0306a2345bddb991f8107c809136b6b0f5868 (patch)
treedf9b53c63b2e9e9b83b21bc2c35cab91ac8476c0 /TurtleArt/tapalette.py
parente728322cd798fa7c2a2bc121695dbab2075fa175 (diff)
add a label to the remote turtles (experimental); fix bug that prevented colors being set for remote turtles on resume
Diffstat (limited to 'TurtleArt/tapalette.py')
-rw-r--r--TurtleArt/tapalette.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/TurtleArt/tapalette.py b/TurtleArt/tapalette.py
index 3f94fec..43a5d25 100644
--- a/TurtleArt/tapalette.py
+++ b/TurtleArt/tapalette.py
@@ -31,6 +31,7 @@ content_blocks = ['number', 'string', 'description', 'audio', 'video',
'journal']
value_blocks = [] # blocks whose labels are updated get added here
block_styles = {'basic-style': [],
+ 'blank-style': [],
'basic-style-head': [],
'basic-style-head-1arg': [],
'basic-style-tail': [],