1 Feb
2009
1 Feb
'09
7:23 p.m.
On Sun, Feb 01, 2009 at 02:18:10PM -0300, Jorge Arellano Cid wrote:
On Sun, Feb 01, 2009 at 08:32:14AM +0000, Jeremy Henty wrote:
OK, I'm fairly sure this version is not as utterly broken as the previous one. :-)
Committed (with just a small change)
BTW, does a_Html_tag_open_link() really need to check the stylesheets preference twice?
The repush scheme include parsing the HTML header twice. (not a big deal).
I think Jeremy is referring to if (!prefs.load_stylesheets) return; in Html_tag_open_link() which seems redundant, as there is /* Remote stylesheets enabled? */ dReturn_if_fail (prefs.load_stylesheets); some lines above. Cheers, Johannes