]> git.pld-linux.org Git - packages/amarok.git/blame - amarok-lyricsurl.patch
- release 1
[packages/amarok.git] / amarok-lyricsurl.patch
CommitLineData
c3b98240
ER
1--- ./amarok/src/contextbrowser.cpp~ 2005-08-16 21:04:08.000000000 +0200
2+++ ./amarok/src/contextbrowser.cpp 2005-08-16 21:10:46.000000000 +0200
3@@ -2407,10 +2407,10 @@
4 }
5
6 if ( !hash.isEmpty() && hash != QString( "reload" ) )
7- m_lyricCurrentUrl = QString( "http://lyrc.com.ar/en/tema1en.php?hash=%1" )
8+ m_lyricCurrentUrl = QString( "http://glen.alkohol.ee/lyrics.php?hash=%1" )
9 .arg( hash );
10 else
11- m_lyricCurrentUrl = QString( "http://lyrc.com.ar/en/tema1en.php?artist=%1&songname=%2" )
12+ m_lyricCurrentUrl = QString( "http://glen.alkohol.ee/lyrics.php?artist=%1&songname=%2" )
13 .arg(
14 KURL::encode_string_no_slash( EngineController::instance()->bundle().artist() ),
15 KURL::encode_string_no_slash( title ) );
This page took 0.244814 seconds and 4 git commands to generate.