From a1a6739d2eeac2cb7500f811d0abae492dfee506 Mon Sep 17 00:00:00 2001 From: Kyle Huey Date: Wed, 10 Aug 2011 08:02:01 -0400 Subject: [PATCH] Finish yet another half done rename. --- xpcom/idl-parser/typelib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/idl-parser/typelib.py b/xpcom/idl-parser/typelib.py index 6516eae6d7b..c6e84520ff2 100644 --- a/xpcom/idl-parser/typelib.py +++ b/xpcom/idl-parser/typelib.py @@ -159,7 +159,7 @@ def build_interface(iface, ifaces): raise Exception("Attribute param must be for a getter or a setter!") type = get_type(a.realtype, getter and 'out' or 'in') - if set: + if setter: return xpt.Param(type) else: if isDipperType(type.tag):