From 40f836b057896469bca69772d9fc7168b2f8c644 Mon Sep 17 00:00:00 2001 From: JCTutorius Date: Fri, 06 Nov 2009 10:56:11 +0000 Subject: Added 'test' key in metadata to action and event that dont work in the creator, for the thursday 19th november demo. --- (limited to 'addons/disablewidget.py') 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 } -- cgit v0.9.1