[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/stable/extragear/multimedia/amarok/src
From:       Nikolaj Hald Nielsen <nhnFreespirit () gmail ! com>
Date:       2009-01-28 14:01:45
Message-ID: 1233151305.024784.18743.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 917750 by nhnielsen:

Fix for wikipedia tab not showing any info. Thanks to Helge Stenström and WarwickH \
at https://bugs.edge.launchpad.net/ubuntu/+source/amarok/+bug/316140 for the fix.


 M  +1 -1      contextbrowser.cpp  


--- branches/stable/extragear/multimedia/amarok/src/contextbrowser.cpp #917749:917750
@@ -4189,7 +4189,7 @@
     }
 
     // Ok lets remove the top and bottom parts of the page
-    m_wiki = m_wiki.mid( m_wiki.find( "<h1 class=\"firstHeading\">" ) );
+    m_wiki = m_wiki.mid( m_wiki.find( "<h1 id=\"firstHeading\"" ) );
     m_wiki = m_wiki.mid( 0, m_wiki.find( "<div class=\"printfooter\">" ) );
     // Adding back license information
     m_wiki += copyright;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic