From 3c66e5880d84f660979644d2dec51070546f59af Mon Sep 17 00:00:00 2001 From: Simon Poirier Date: Mon, 23 Nov 2009 02:52:54 +0000 Subject: bug fix: add last transition and fix non-linear edition --- (limited to 'addons/gtkwidgettypefilter.py') diff --git a/addons/gtkwidgettypefilter.py b/addons/gtkwidgettypefilter.py index 4ffecb5..8faf172 100644 --- a/addons/gtkwidgettypefilter.py +++ b/addons/gtkwidgettypefilter.py @@ -96,5 +96,6 @@ __event__ = { 'display_name' : 'Widget Filter', 'icon' : '', 'class' : GtkWidgetTypeFilter, - 'mandatory_props' : ['next_state', 'object_id'] + 'mandatory_props' : ['next_state', 'object_id'], + "test" : True, } -- cgit v0.9.1