Package: defoma-doc
Version: 0.11.8-0.1
Severity: minor
Tags: patch

The sample code registers all aliases under the same id:

--- defoma-0.11.8/doc/defoma-script.sgml.orig   2004-01-01 19:46:59.000000000 
+0100
+++ defoma-0.11.8/doc/defoma-script.sgml        2005-05-02 13:24:07.000000000 
+0200
@@ -598,7 +598,7 @@
 
            foreach my $i (@alias) {
              defoma_id_register($Id, type => 'alias', font => $font,
-                                id => $fontname, priority => $priority,
+                                id => $i, priority => $priority,
                                 origin => $fontname);
            }
 

Thanks,

Matej


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to