[Bug 316140] Re: wikipedia tab shows only languages block

2009-01-28 Thread WarwickH
I have modified the file again to simplify the change and reduce the chance of compatibility problems with other pages. My contextbrowser.cpp now contains at line 4192 from: m_wiki = m_wiki.mid( m_wiki.find( "" ) ); to: m_wiki = m_wiki.mid( m_wiki.find( "https://bugs.launchpad.net/bugs/316140 You

[Bug 316140] Re: wikipedia tab shows only languages block

2009-01-24 Thread WarwickH
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( "" ) ); to: m_wiki = m_wiki.mid( m_wiki.find( "" ) ); -- wikipedia tab shows only languages