Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/addons/disablewidget.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/disablewidget.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/disablewidget.py')
-rw-r--r--addons/disablewidget.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/addons/disablewidget.py b/addons/disablewidget.py
index b3d9ae6..8b34254 100644
--- a/addons/disablewidget.py
+++ b/addons/disablewidget.py
@@ -55,5 +55,6 @@ __action__ = {
'display_name' : 'Disable Widget',
'icon' : 'stop',
'class' : DisableWidgetAction,
- 'mandatory_props' : ['target']
+ 'mandatory_props' : ['target'],
+ 'test' : True
}