GNOME Bugzilla – Bug 132909
intltools appears to butcher plugin.xml
Last modified: 2004-12-22 21:47:04 UTC
It appears to me as-if intltool butchers html/plugin.xml. For example, "save_scope" disappears! gnumeric/plugins/html> grep range plugin.xml* plugin.xml: <service type="file_saver" id="xhtml_range"> plugin.xml: <description>XHTML range - for export to clipboard</description> plugin.xml.in: <service type="file_saver" id="xhtml_range" plugin.xml.in: save_scope="range" plugin.xml.in: <_description>XHTML range - for export to clipboard</_description>
Indeed it does. In current intltools, all attributes have to be on the same line. Great, what?
Tossing to intltool.
Looks solvable by replacing [ \t] by \s in intltool_tree_start.
Brian, is that change OK with you?
Damn, this is going to impact 1.2.5 too.
Yes, this change looks okay to me.
Feel free to commit Morten
Fixed in cvs HEAD. Can we have a new release, please?