Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/addons/gtkwidgeteventfilter.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/gtkwidgeteventfilter.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/gtkwidgeteventfilter.py')
-rw-r--r--addons/gtkwidgeteventfilter.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/addons/gtkwidgeteventfilter.py b/addons/gtkwidgeteventfilter.py
index 65aa744..b5ce9ae 100644
--- a/addons/gtkwidgeteventfilter.py
+++ b/addons/gtkwidgeteventfilter.py
@@ -64,6 +64,7 @@ __event__ = {
"display_name" : "GTK Event catcher",
"icon" : "player_play",
"class" : GtkWidgetEventFilter,
- "mandatory_props" : ["object_id", "event_name"]
+ "mandatory_props" : ["object_id", "event_name"],
+ "test" : True
}