aboutsummaryrefslogtreecommitdiff
path: root/audio/amarok/files/patch-amarok_src_contextbrowser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/amarok/files/patch-amarok_src_contextbrowser.cpp')
-rw-r--r--audio/amarok/files/patch-amarok_src_contextbrowser.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/amarok/files/patch-amarok_src_contextbrowser.cpp b/audio/amarok/files/patch-amarok_src_contextbrowser.cpp
deleted file mode 100644
index 05005d570bbb..000000000000
--- a/audio/amarok/files/patch-amarok_src_contextbrowser.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$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;