aboutsummaryrefslogtreecommitdiff
path: root/audio/amarok
diff options
context:
space:
mode:
authorMichael Landin <mich@FreeBSD.org>2009-02-05 14:18:49 +0000
committerMichael Landin <mich@FreeBSD.org>2009-02-05 14:18:49 +0000
commit3010b62de9fbfd69bac8ec0bff7c6eaae0a10a5e (patch)
treeb595e4942347aeb470538cef91bc5524730c7b8b /audio/amarok
parent38beb49a8943fe8bc62b51221a6061d56cb236e4 (diff)
downloadports-3010b62de9fbfd69bac8ec0bff7c6eaae0a10a5e.tar.gz
ports-3010b62de9fbfd69bac8ec0bff7c6eaae0a10a5e.zip
Notes
Diffstat (limited to 'audio/amarok')
-rw-r--r--audio/amarok/files/patch-amarok_src_contextbrowser.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/amarok/files/patch-amarok_src_contextbrowser.cpp b/audio/amarok/files/patch-amarok_src_contextbrowser.cpp
new file mode 100644
index 000000000000..05005d570bbb
--- /dev/null
+++ b/audio/amarok/files/patch-amarok_src_contextbrowser.cpp
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- amarok/src/contextbrowser.cpp.orig
++++ amarok/src/contextbrowser.cpp
+@@ -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;