aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/pg-pgip.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2006-05-26 13:19:05 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2006-05-26 13:19:05 +0000
commit440fec0fec99a9d48bd9d0efc6b9efd9f3783a4b (patch)
tree67b489654774317828befbf601c7793ba2cb9a5d /generic/pg-pgip.el
parentfb7d8dffac3229b24967e135d174d29a1a560a31 (diff)
Updated.
Diffstat (limited to 'generic/pg-pgip.el')
-rw-r--r--generic/pg-pgip.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/pg-pgip.el b/generic/pg-pgip.el
index e59b9ad6..4a4dcccc 100644
--- a/generic/pg-pgip.el
+++ b/generic/pg-pgip.el
@@ -55,7 +55,7 @@ The list PGIPS may contain one or more PGIP packets, whose contents are processe
(let* ((name (xml-node-name pgip))
(tag (pg-xml-get-attr 'tag pgip 'optional))
(id (pg-xml-get-attr 'id pgip 'optional))
- (class (pg-xml-get-attr 'class pgip 'notreallyoptional))
+ (class (pg-xml-get-attr 'messageclass pgip 'notreallyoptional))
(refseq (pg-xml-get-attr 'refseq pgip 'optional))
(refid (pg-xml-get-attr 'refid pgip 'optional))
(seq (pg-xml-get-attr 'seq pgip 'notreallyoptional)))