diff -r 434aed8dc58d -r 9810689febb0 plugins/c_ext/c_ext.py --- a/plugins/c_ext/c_ext.py Thu Feb 21 11:42:33 2008 +0100 +++ b/plugins/c_ext/c_ext.py Fri Feb 22 12:20:21 2008 +0100 @@ -157,7 +157,7 @@ class RootClass: - PlugChildsTypes = [("C_File",_Cfile)] + PlugChildsTypes = [("C_File",_Cfile, "C file")] def PlugGenerate_C(self, buildpath, locations, logger): return [],"",False