From b17201a67fd97e5b8b5a33a77b6e9be9eef71b2b Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 06 Jul 2012 11:43:46 +0000 Subject: fix problem with dock defaults in if-then-else macro --- (limited to 'TurtleArt') diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py index 92ce9eb..d3c8b63 100644 --- a/TurtleArt/taconstants.py +++ b/TurtleArt/taconstants.py @@ -224,7 +224,7 @@ VOICES = {'af': 'afrikaans', 'cy': 'welsh-test', 'el': 'greek', # MACROS = { 'ifthenelse': # Because it is too big to fit on the palette - [[0, 'ifelse', 0, 0, [None, None, None, None]]], + [[0, 'ifelse', 0, 0, [None, None, None, None, None]]], 'kbinput': [[0, 'until', 0, 0, [None, 1, 4, None]], [1, 'greater2', 0, 0, [0, 2, 3, None]], -- cgit v0.9.1