X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftype.py;h=873845b31bcb436bde1aa701b00366ece3083200;hb=b7ca344b92a34953c3617a2819f0848d28e11502;hp=83382325d4023f67990ee0d7813399b5324acbd9;hpb=1bd636fd64940e62d101d690468e9979d2716dfa;p=free-sw%2Fxcb%2Fproto diff --git a/src/type.py b/src/type.py index 8338232..873845b 100755 --- a/src/type.py +++ b/src/type.py @@ -47,7 +47,7 @@ class AnnotateType(XMLFilterBase): self.declareType(attrs['newname']) attnames = ['oldname', 'newname'] elif name == 'valueparam': - attnames = ['value-mask-type'] + attnames = ['value-mask-type', 'value-mask-pad'] elif attrs.has_key('type'): attnames = ['type'] newattrs = {}