From 3b9bff2ef1826987d95815ff03c235052cea9aae Mon Sep 17 00:00:00 2001 From: mike Date: Sat, 17 Oct 2009 17:47:58 +0000 Subject: LP 439980 : Code review changes : renamed is_identical to __eq__, relaxed action insertion constraints, added fixed meta-props for addons --- (limited to 'addons/clickaction.py') diff --git a/addons/clickaction.py b/addons/clickaction.py index 0018c1c..828dd75 100644 --- a/addons/clickaction.py +++ b/addons/clickaction.py @@ -48,5 +48,5 @@ __action__ = { 'display_name' : 'Click', 'icon' : 'format-justify-center', 'class' : ClickAction, - 'mandatoryprops' : ['widget'] + 'mandatory_props' : ['widget'] } -- cgit v0.9.1