Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/addons/typetextaction.py
diff options
context:
space:
mode:
authorJCTutorius <charlie@tutorius-dev.(none)>2009-11-06 10:56:11 (GMT)
committer JCTutorius <charlie@tutorius-dev.(none)>2009-11-06 10:56:11 (GMT)
commit40f836b057896469bca69772d9fc7168b2f8c644 (patch)
tree7bfe0d488869e9286dfb97b3a66da4f9dd55fda2 /addons/typetextaction.py
parent80cb8a676d3087819c05ae63db9c662d4951b8d2 (diff)
Added 'test' key in metadata to action and event that dont work in the creator, for the thursday 19th november demo.
Diffstat (limited to 'addons/typetextaction.py')
-rw-r--r--addons/typetextaction.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/addons/typetextaction.py b/addons/typetextaction.py
index 8b746e6..8c794d9 100644
--- a/addons/typetextaction.py
+++ b/addons/typetextaction.py
@@ -53,5 +53,6 @@ __action__ = {
'display_name' : 'Type text',
'icon' : 'format-justify-center',
'class' : TypeTextAction,
- 'mandatory_props' : ['widgetUAM', 'text']
+ 'mandatory_props' : ['widgetUAM', 'text'] ,
+ 'test' : True
}