Comment 4 for bug 316140

Revision history for this message
WarwickH (warwickha-deactivatedaccount) wrote :

Thanks to Helge's suggestion, I was able to get the artist tab working again by modifying line 4192 of contextbrowser.cpp in the 1.4.10 source and then recompiling.

from: m_wiki = m_wiki.mid( m_wiki.find( "<h1 class=\"firstHeading\">" ) );
to: m_wiki = m_wiki.mid( m_wiki.find( "<h1 id=\"firstHeading\" class=\"firstHeading\">" ) );