Hi,

“context.installattributehandler” has to be changed to 
“context.installstyleandcolorhandler”

function namespaces.define(namespace,settings)
    …
    local style = ns.style
    if style == v_yes then
--      context.installattributehandler(self,name)
        context.installstyleandcolorhandler(self,name)
        if trace_namespaces then
            report_namespaces("installing attribute handler for '%s'",name)
        end
    end
    …
end

Wolfgang
_______________________________________________
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context

Reply via email to