diff -r 8106a853a7c7 -r 984e238e63d0 plugins/c_ext/c_ext.py --- a/plugins/c_ext/c_ext.py Thu Sep 24 18:27:45 2009 +0200 +++ b/plugins/c_ext/c_ext.py Sat Sep 26 18:44:25 2009 +0200 @@ -185,7 +185,10 @@ "description": "", "children": []}) - return vars + return {"name": self.BaseParams.getName(), + "type": LOCATION_PLUGIN, + "location": self.GetFullIEC_Channel(), + "children": vars} def SetPartText(self, name, text): if name == "Includes":